ChildSyntaxList.Item[Int32] 속성

정의

지정된 인덱스에서 자식 값을 가져옵니다.

public:
 property Microsoft::CodeAnalysis::SyntaxNodeOrToken default[int] { Microsoft::CodeAnalysis::SyntaxNodeOrToken get(int index); };
public Microsoft.CodeAnalysis.SyntaxNodeOrToken this[int index] { get; }
member this.Item(int) : Microsoft.CodeAnalysis.SyntaxNodeOrToken
Default Public ReadOnly Property Item(index As Integer) As SyntaxNodeOrToken

매개 변수

index
Int32

가져올 자식의 인덱스(0부터 시작)입니다.

속성 값

구현

예외

index가 0보다 작거나index 같거나 큼 Count

적용 대상