Table of Contents

Class HashTableIter

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class HashTableIter
Inheritance
HashTableIter
Inherited Members

Constructors

HashTableIter()

public HashTableIter()

HashTableIter(HashTableIterOwnedHandle)

public HashTableIter(HashTableIterOwnedHandle handle)

Parameters

handle HashTableIterOwnedHandle

Properties

Handle

public HashTableIterOwnedHandle Handle { get; }

Property Value

HashTableIterOwnedHandle

Methods

Equals(HashTableIter?)

public bool Equals(HashTableIter? other)

Parameters

other HashTableIter

Returns

bool

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetHashTable()

[Version("2.16")]
public HashTable GetHashTable()

Returns

HashTable

Init(HashTable)

[Version("2.16")]
public void Init(HashTable hashTable)

Parameters

hashTable HashTable

Next(out nint, out nint)

[Version("2.16")]
public bool Next(out nint key, out nint value)

Parameters

key nint
value nint

Returns

bool

Remove()

[Version("2.16")]
public void Remove()

Replace(nint)

[Version("2.30")]
public void Replace(nint value)

Parameters

value nint

Steal()

[Version("2.16")]
public void Steal()