|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyTo (TKey[] array, int arrayIndex) |
| IEnumerator< TKey > | GetEnumerator () |
Package Functions | |
| KeyCollection (ICollection< TKey > collection) | |
Properties | |
| int | Count [get] |
| bool ICollection< TKey >. | IsReadOnly [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
Private Member Functions | |
| void ICollection< TKey >. | Add (TKey item) |
| void ICollection< TKey >. | Clear () |
| bool ICollection< TKey >. | Contains (TKey item) |
| bool ICollection< TKey >. | Remove (TKey item) |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
| readonly ICollection< TKey > | _collection |
Definition at line 47 of file ReadOnlyDictionary.cs.