|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | ChildResultsRecipient |
Package Functions | |
| SortQueryOperatorResults (QueryResults< TInputOutput > childQueryResults, SortQueryOperator< TInputOutput, TSortKey > op, QuerySettings settings) | |
| override void | GivePartitionedStream (IPartitionedStreamRecipient< TInputOutput > recipient) |
| void | GivePartitionedStream (IPartitionedStreamRecipient< T > recipient) |
| virtual T | GetElement (int index) |
Properties | |
| override bool | IsIndexible [get] |
| virtual int | ElementsCount [get] |
| T | this[int index] [get, set] |
| int | Count [get] |
| bool ICollection< T >. | IsReadOnly [get] |
Private Member Functions | |
| int IList< T >. | IndexOf (T item) |
| void IList< T >. | Insert (int index, T item) |
| void IList< T >. | RemoveAt (int index) |
| void ICollection< T >. | Add (T item) |
| void ICollection< T >. | Clear () |
| bool ICollection< T >. | Contains (T item) |
| void ICollection< T >. | CopyTo (T[] array, int arrayIndex) |
| bool ICollection< T >. | Remove (T item) |
| IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| QueryResults< TInputOutput > | _childQueryResults |
| readonly SortQueryOperator< TInputOutput, TSortKey > | _op |
| QuerySettings | _settings |
Definition at line 3 of file SortQueryOperatorResults.cs.