Class TrashStack
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class TrashStack
- Inheritance
-
TrashStack
- Inherited Members
Constructors
TrashStack()
public TrashStack()
TrashStack(TrashStackOwnedHandle)
public TrashStack(TrashStackOwnedHandle handle)
Parameters
handleTrashStackOwnedHandle
Properties
Handle
public TrashStackOwnedHandle Handle { get; }
Property Value
Methods
Equals(TrashStack?)
public bool Equals(TrashStack? other)
Parameters
otherTrashStack
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe 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.
Height(TrashStack)
public static uint Height(TrashStack stackP)
Parameters
stackPTrashStack
Returns
Peek(TrashStack)
public static nint Peek(TrashStack stackP)
Parameters
stackPTrashStack
Returns
Pop(TrashStack)
public static nint Pop(TrashStack stackP)
Parameters
stackPTrashStack
Returns
Push(TrashStack, nint)
public static void Push(TrashStack stackP, nint dataP)
Parameters
stackPTrashStackdataPnint