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