Class ParamSpecTypeInfo
- Namespace
- GObject
- Assembly
- GObject-2.0.dll
public sealed class ParamSpecTypeInfo
- Inheritance
-
ParamSpecTypeInfo
- Inherited Members
Constructors
ParamSpecTypeInfo()
public ParamSpecTypeInfo()
ParamSpecTypeInfo(ParamSpecTypeInfoOwnedHandle)
public ParamSpecTypeInfo(ParamSpecTypeInfoOwnedHandle handle)
Parameters
handleParamSpecTypeInfoOwnedHandle
Properties
Handle
public ParamSpecTypeInfoOwnedHandle Handle { get; }
Property Value
InstanceSize
public ushort InstanceSize { get; set; }
Property Value
NPreallocs
public ushort NPreallocs { get; set; }
Property Value
Methods
Equals(ParamSpecTypeInfo?)
public bool Equals(ParamSpecTypeInfo? other)
Parameters
otherParamSpecTypeInfo
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe 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.