UsingDirectiveListInfo.Item[Int32] Indexer
Containing Type: UsingDirectiveListInfo
Assembly: Roslynator.CSharp.dll
Gets the using directive at the specified index in the list.
public Microsoft.CodeAnalysis.CSharp.Syntax.UsingDirectiveSyntax this[int index] { get; }
Parameters
index Int32
The zero-based index of the using directive to get.
Property Value
The using directive at the specified index in the list.