Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | FallbackWrapper |
class | ListOfTWrapper |
Static Package Functions | |
static bool | IsValueType< T > () |
static IOrderedCollection< T > | AsOrderedCollection< T > (this IEnumerable< T > sequence) |
static void | ClearFastWhenEmpty< T > (this Stack< T > stack) |
static DisposableEnumeratorAdapter< T, TEnumerator > | GetEnumerableDisposable< T, TEnumerator > (this IEnumerable< T > enumerable) |
static bool | TryGetCount< T > (this IEnumerable< T > sequence, out int count) |
static bool | TryGetCount< T > (this IEnumerable sequence, out int count) |
static int | GetCount< T > (ref IEnumerable< T > sequence) |
static bool | TryCopyTo< T > (this IEnumerable< T > sequence, T[] array, int arrayIndex) |
static T[] | ToArray< T > (this IEnumerable< T > sequence, int count) |
Definition at line 6 of file ImmutableExtensions.cs.