Class StrvBuilder
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class StrvBuilder : BoxedRecord, IEquatable<StrvBuilder>
- Inheritance
-
StrvBuilder
- Implements
- Inherited Members
Constructors
StrvBuilder(StrvBuilderOwnedHandle)
public StrvBuilder(StrvBuilderOwnedHandle handle)
Parameters
handle
StrvBuilderOwnedHandle
Properties
Handle
public StrvBuilderOwnedHandle Handle { get; }
Property Value
Methods
Add(string)
public void Add(string value)
Parameters
value
string
Addv(string[])
public void Addv(string[] value)
Parameters
value
string[]
End()
public string[] End()
Returns
- string[]
Equals(StrvBuilder?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(StrvBuilder? other)
Parameters
other
StrvBuilderAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
New()
[Version("2.68")]
public static StrvBuilder New()
Returns
Ref()
[Version("2.68")]
public StrvBuilder Ref()
Returns
Take(string)
public void Take(string value)
Parameters
value
string
Unref()
[Version("2.68")]
public void Unref()