Table of Contents

Class EnumClass

Namespace
GObject
Assembly
GObject-2.0.dll
public sealed class EnumClass
Inheritance
EnumClass
Inherited Members

Constructors

EnumClass()

public EnumClass()

EnumClass(EnumClassOwnedHandle)

public EnumClass(EnumClassOwnedHandle handle)

Parameters

handle EnumClassOwnedHandle

Properties

Handle

public EnumClassOwnedHandle Handle { get; }

Property Value

EnumClassOwnedHandle

Maximum

public int Maximum { get; set; }

Property Value

int

Minimum

public int Minimum { get; set; }

Property Value

int

NValues

public uint NValues { get; set; }

Property Value

uint

Methods

Equals(EnumClass?)

public bool Equals(EnumClass? other)

Parameters

other EnumClass

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.