Class Id
Unsigned integer type used in various places.
Inheritance
System.Object
Id
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ClingoSharp.CoreServices.Types
Assembly: ClingoSharp.CoreServices.dll
Syntax
public sealed class Id : IClingoObject
Properties
| Improve this Doc View SourceValue
Declaration
public uint Value { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Operators
| Improve this Doc View SourceImplicit(Id to UInt32)
Convert a id object into the basic type.
Declaration
public static implicit operator uint (Id id)
Parameters
Type | Name | Description |
---|---|---|
Id | id |
Returns
Type | Description |
---|---|
System.UInt32 |
Implicit(UInt32 to Id)
Convert a basic type into a id object.
Declaration
public static implicit operator Id(uint value)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | value |
Returns
Type | Description |
---|---|
Id |