OrderByCollection constructor

OrderByCollection()
Initializes a new instance of the

Implementation

OrderByCollection() {
  this._propDefSortOrderPairList =
      <MapEntry<PropertyDefinitionBase, SortDirection>>[];
}