次の方法で共有


IForEachLoopOperation.NextVariables プロパティ

定義

VB のループ下部にあるコンマ区切りの次の変数の省略可能なリスト。 C# の場合、このリストは常に空です。

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)

プロパティ値

適用対象