IBlockOperation.Operations Property

Definition

Operations contained within the block.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> Operations { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::IOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation> Operations { get; }
member this.Operations : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property Operations As ImmutableArray(Of IOperation)

Property Value

Applies to