[This is preliminary documentation and is subject to change.]
| C# |
public struct RhsType : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| RhsType(Int32) | Creates a new RhsType from an integer value. | |
| _undefined_ | This is the default RhsType value. | |
| ClassMember | This is the value for class member. | |
| Datetime | This is the value for datetime. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(RhsType to String) | Explicit conversion from RhsType to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Floating | This is the value for floating. | |
| GetHashCode()()()() | Creates a hash code for the RhsType. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(RhsType to Int32) | Implicit conversion from RhsType to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to RhsType) | Implicit conversion from int to RhsType. | |
| ImplicitWideningImplicitImplicitImplicit(String to RhsType) | Implicit conversion from string to RhsType. | |
| Integer | This is the value for integer. | |
| IsCombinable | Indicates whether RhsType values can be combined. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ordinal | Contains the value of the RhsType. | |
| Ordinal | Gets the integer ordinal value of this RhsType. | |
| Parameter | This is the value for parameter. | |
| Parse(String) | Parses a string containing a textual representation of an RhsType. | |
| RootParameter | This is the value for root parameter. | |
| sourcePairs | This array contains one source pair for each RhsType value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| String | This is the value for string. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the RhsType. (Overrides ValueType.ToString()()()().) | |
| ViewMember | This is the value for view member. |