次の方法で共有


IForToLoopOperation.NextVariables プロパティ

定義

ループの下部にあるコンマ区切りの次の変数の省略可能なリスト。

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

プロパティ値

適用対象