public struct SymbolToken
|
ctor #1 | Initializes a new instance of the SymbolToken class when given a value. |
Equals | Overridden: Determines whether obj is an instance of SymbolToken and is equal to this instance. |
GetHashCode | Overridden: Generates the hash code for the current token. |
GetToken | Gets the value of the current token. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SymbolToken( |
val
obj
~SymbolToken(); |
public override int GetHashCode(); |
public int GetToken(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |