Table of Contents

Class TreeNode

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class TreeNode
Inheritance
TreeNode
Inherited Members

Constructors

TreeNode(TreeNodeOwnedHandle)

public TreeNode(TreeNodeOwnedHandle handle)

Parameters

handle TreeNodeOwnedHandle

Properties

Handle

public TreeNodeOwnedHandle Handle { get; }

Property Value

TreeNodeOwnedHandle

Methods

Equals(TreeNode?)

public bool Equals(TreeNode? other)

Parameters

other TreeNode

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Key()

[Version("2.68")]
public IntPtr Key()

Returns

IntPtr

Next()

[Version("2.68")]
public TreeNode? Next()

Returns

TreeNode

Previous()

[Version("2.68")]
public TreeNode? Previous()

Returns

TreeNode

Value()

[Version("2.68")]
public IntPtr Value()

Returns

IntPtr