Class SymbolType
Enumeration of the different types of symbols.
Inheritance
System.Object
SymbolType
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ClingoSharp.dll
Syntax
public sealed class SymbolType : Enumeration, IEnumeration, IComparable<Enumeration>, IEquatable<Enumeration>
Properties
|
Improve this Doc
View Source
Function
Declaration
public static SymbolType Function { get; }
Property Value
|
Improve this Doc
View Source
Infimum
Declaration
public static SymbolType Infimum { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Number
Declaration
public static SymbolType Number { get; }
Property Value
|
Improve this Doc
View Source
String
Declaration
public static SymbolType String { get; }
Property Value
|
Improve this Doc
View Source
Supremum
Declaration
public static SymbolType Supremum { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(Enumeration)
Declaration
public override int CompareTo(Enumeration other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Equals(Enumeration)
Declaration
public override bool Equals(Enumeration other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetNames()
Declaration
public static IEnumerable<string> GetNames()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
GetValues()
Declaration
public static IEnumerable<Enumeration> GetValues()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Enumeration> |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Implements
System.IComparable<T>
System.IEquatable<T>