operator [] method

Gets the element at the specified index from the collection. Index.

Implementation

MapEntry<PropertyDefinitionBase, SortDirection> operator [](int index) =>
    this._propDefSortOrderPairList[index];