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
Maximum
public int Maximum { get; set; }
Property Value
Minimum
public int Minimum { get; set; }
Property Value
NValues
public uint NValues { get; set; }
Property Value
Methods
Equals(EnumClass?)
public bool Equals(EnumClass? other)
Parameters
other
EnumClass
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.