Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IEnumerator< T > | GetEnumerator () |
Package Functions | |
FallbackWrapper (IEnumerable< T > sequence) | |
Properties | |
int | Count [get] |
T | this[int index] [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly IEnumerable< T > | _sequence |
IList< T > | _collection |
Definition at line 33 of file ImmutableExtensions.cs.