Enum TernaryOperationKind
Enumeration of the different types of ternary operators.
Namespace: Mangrove.MetricSetSyntaxTree.ExpressionNodes
Assembly: MetricSetSyntaxTree.dll
Syntax
public enum TernaryOperationKind
Fields
Name | Description |
---|---|
Boolean | Alias for ()? (): () in the C-style languages. |
None | Throw an exception if this ever appears in runtime code. |
SubString | Retrieves a SubString from this instance. The substring starts at a specified character position and has a specified length. string Substring (int startIndex, int length); |