Freigeben über


IForLoopOperation.AtLoopBottom Eigenschaft

Definition

Liste der Vorgänge, die am unteren Rand der Schleife ausgeführt werden sollen. Für C# stammt dies aus der dritten Klausel der for-Anweisung.

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

Eigenschaftswert

Gilt für: