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 IntPtr, out IntPtr)

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

Parameters

key IntPtr
value IntPtr

Returns

bool

Remove()

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

Replace(IntPtr)

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

Parameters

value IntPtr

Steal()

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