UnityEssentials
Small but useful tools and features for Unity
|
Extensions for ICollection More...
Static Public Member Functions | |
static T | RemoveFirst< T > (this ICollection< T > collection) |
Removes the first element of the collection. More... | |
Extensions for ICollection
Definition at line 9 of file ICollectionExtensions.cs.
|
static |
Removes the first element of the collection.
Definition at line 15 of file ICollectionExtensions.cs.