[]
Gets a list level by its index.
public ListLevel this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ListLevel
The level index.
The ListLevel with the specified index.