Table of Contents

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

StrvBuilderOwnedHandle

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 StrvBuilder

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

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

StrvBuilder

Ref()

[Version("2.68")]
public StrvBuilder Ref()

Returns

StrvBuilder

Take(string)

public void Take(string value)

Parameters

value string

Unref()

[Version("2.68")]
public void Unref()