Table of Contents

Class BuildableParseContext

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class BuildableParseContext
Inheritance
BuildableParseContext
Inherited Members

Constructors

BuildableParseContext(BuildableParseContextOwnedHandle)

public BuildableParseContext(BuildableParseContextOwnedHandle handle)

Parameters

handle BuildableParseContextOwnedHandle

Properties

Handle

public BuildableParseContextOwnedHandle Handle { get; }

Property Value

BuildableParseContextOwnedHandle

Methods

Equals(BuildableParseContext?)

public bool Equals(BuildableParseContext? other)

Parameters

other BuildableParseContext

Returns

bool

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.

GetElement()

public string? GetElement()

Returns

string

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetPosition(out int, out int)

public void GetPosition(out int lineNumber, out int charNumber)

Parameters

lineNumber int
charNumber int

Pop()

public IntPtr Pop()

Returns

IntPtr

Push(BuildableParser, IntPtr)

public void Push(BuildableParser parser, IntPtr userData)

Parameters

parser BuildableParser
userData IntPtr