Show / Hide Table of Contents

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);

Extension Methods

ObjectExtensions.EventId()
  • View Source
Back to top Generated by DocFX