Table of Contents

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

BitsetIterOwnedHandle

Methods

Equals(BitsetIter?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(BitsetIter? other)

Parameters

other BitsetIter

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

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

uint

IsValid()

public bool IsValid()

Returns

bool

Next(out uint)

public bool Next(out uint value)

Parameters

value uint

Returns

bool

Previous(out uint)

public bool Previous(out uint value)

Parameters

value uint

Returns

bool