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
Methods
Equals(TreeNode?)
public bool Equals(TreeNode? other)
Parameters
other
TreeNode
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
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
Next()
[Version("2.68")]
public TreeNode? Next()
Returns
Previous()
[Version("2.68")]
public TreeNode? Previous()
Returns
Value()
[Version("2.68")]
public IntPtr Value()