Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Dynamic.Utils.CollectionExtensions Class Reference

Static Public Member Functions

static TrueReadOnlyCollection< TAddFirst< T > (this ReadOnlyCollection< T > list, T item)
 
static T[] AddFirst< T > (this T[] array, T item)
 
static T[] AddLast< T > (this T[] array, T item)
 
static T[] RemoveFirst< T > (this T[] array)
 
static T[] RemoveLast< T > (this T[] array)
 
static ReadOnlyCollection< TToReadOnly< T > (this IEnumerable< T > enumerable)
 
static int ListHashCode< T > (this ReadOnlyCollection< T > list)
 
static bool ListEquals< T > (this ReadOnlyCollection< T > first, ReadOnlyCollection< T > second)
 

Detailed Description

Definition at line 8 of file CollectionExtensions.cs.


The documentation for this class was generated from the following file: