Table of Contents

Class Tuples

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

Constructors

Tuples()

public Tuples()

Tuples(TuplesOwnedHandle)

public Tuples(TuplesOwnedHandle handle)

Parameters

handle TuplesOwnedHandle

Properties

Handle

public TuplesOwnedHandle Handle { get; }

Property Value

TuplesOwnedHandle

Len

public uint Len { get; set; }

Property Value

uint

Methods

Destroy()

public void Destroy()

Equals(Tuples?)

public bool Equals(Tuples? other)

Parameters

other Tuples

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.

Index(int, int)

public IntPtr Index(int index, int field)

Parameters

index int
field int

Returns

IntPtr