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