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)

속성 값

적용 대상