Class BitsetIter
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public sealed class BitsetIter : BoxedRecord, IEquatable<BitsetIter>
- Inheritance
-
BitsetIter
- Implements
- Inherited Members
Constructors
BitsetIter()
public BitsetIter()
BitsetIter(BitsetIterOwnedHandle)
public BitsetIter(BitsetIterOwnedHandle handle)
Parameters
handle
BitsetIterOwnedHandle
Properties
Handle
public BitsetIterOwnedHandle Handle { get; }
Property Value
Methods
Equals(BitsetIter?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(BitsetIter? other)
Parameters
other
BitsetIterAn object to compare with this object.
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
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetValue()
public uint GetValue()
Returns
IsValid()
public bool IsValid()
Returns
Next(out uint)
public bool Next(out uint value)
Parameters
value
uint
Returns
Previous(out uint)
public bool Previous(out uint value)
Parameters
value
uint