Property this this[int] Get the value for a specific level. Declaration public T this[int index] { get; } Parameters Type Name Description int index The index of the value to get. Property Value Type Description T If the index is in the range of the contained values, the associated value will be returned. Otherwise, default is returned.