ISwitchExpressionOperation.Arms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arms of the switch expression.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.ISwitchExpressionArmOperation> Arms { get; }
member this.Arms : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.ISwitchExpressionArmOperation>
Public ReadOnly Property Arms As ImmutableArray(Of ISwitchExpressionArmOperation)