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
handle
TrashStackOwnedHandle
Properties
Handle
public TrashStackOwnedHandle Handle { get; }
Property Value
Methods
Equals(TrashStack?)
public bool Equals(TrashStack? other)
Parameters
other
TrashStack
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.
Height(TrashStack)
public static uint Height(TrashStack stackP)
Parameters
stackP
TrashStack
Returns
Peek(TrashStack)
public static IntPtr Peek(TrashStack stackP)
Parameters
stackP
TrashStack
Returns
Pop(TrashStack)
public static IntPtr Pop(TrashStack stackP)
Parameters
stackP
TrashStack
Returns
Push(TrashStack, IntPtr)
public static void Push(TrashStack stackP, IntPtr dataP)
Parameters
stackP
TrashStackdataP
IntPtr