|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static QueryResults< TOutput > | NewResults (QueryResults< TInput > childQueryResults, SelectQueryOperator< TInput, TOutput > op, QuerySettings settings, bool preferStriping) |
Protected Attributes | |
| QueryResults< TInput > | _childQueryResults |
Package Functions | |
| override TOutput | GetElement (int index) |
| override void | GivePartitionedStream (IPartitionedStreamRecipient< TOutput > recipient) |
| void | GivePartitionedStream (IPartitionedStreamRecipient< T > recipient) |
Properties | |
| override bool | IsIndexible [get] |
| override int | ElementsCount [get] |
| T | this[int index] [get, set] |
| int | Count [get] |
| bool ICollection< T >. | IsReadOnly [get] |
Private Member Functions | |
| SelectQueryOperatorResults (QueryResults< TInput > childQueryResults, SelectQueryOperator< TInput, TOutput > op, QuerySettings settings, bool preferStriping) | |
| 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 | |
| readonly Func< TInput, TOutput > | _selector |
| readonly int | _childCount |
| readonly UnaryQueryOperator< TInput, TOutput > | _op |
| QuerySettings | _settings |
| readonly bool | _preferStriping |
Definition at line 38 of file SelectQueryOperator.cs.