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
- handleTreeNodeOwnedHandle
Properties
Handle
public TreeNodeOwnedHandle Handle { get; }Property Value
Methods
Equals(TreeNode?)
public bool Equals(TreeNode? other)Parameters
- otherTreeNode
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)Parameters
- objobject
- The 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 nint Key()Returns
Next()
[Version("2.68")]
public TreeNode? Next()Returns
Previous()
[Version("2.68")]
public TreeNode? Previous()Returns
Value()
[Version("2.68")]
public nint Value()