|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| IEnumerator< TElement > | GetEnumerator () |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| Grouping (TKey key, int hashCode) | |
| void | Add (TElement element) |
| void | Trim () |
Package Attributes | |
| readonly TKey | _key |
| readonly int | _hashCode |
| TElement[] | _elements |
| int | _count |
| Grouping< TKey, TElement > | _hashNext |
| Grouping< TKey, TElement > | _next |
Properties | |
| TKey | Key [get] |
| int ICollection< TElement >. | Count [get] |
| bool ICollection< TElement >. | IsReadOnly [get] |
| TElement IList< TElement >. | this[int index] [get, set] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection< TElement >. | Add (TElement item) |
| void ICollection< TElement >. | Clear () |
| bool ICollection< TElement >. | Contains (TElement item) |
| void ICollection< TElement >. | CopyTo (TElement[] array, int arrayIndex) |
| bool ICollection< TElement >. | Remove (TElement item) |
| int IList< TElement >. | IndexOf (TElement item) |
| void IList< TElement >. | Insert (int index, TElement item) |
| void IList< TElement >. | RemoveAt (int index) |
Definition at line 9 of file Grouping.cs.