![]() |
TechbloxModdingAPI
v2.2.0
The unofficial Techblox modding API
|
Classes | |
class | KeyCollection |
class | ValueCollection |
Public Member Functions | |
IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
Public Attributes | |
ICollection< TKey > | Keys => new KeyCollection(this) |
ICollection< TValue > | Values => new ValueCollection(this) |
Properties | |
TValue? | this[TKey key] [get, set] |
|
inline |
ICollection<TKey> TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.Keys => new KeyCollection(this) |
ICollection<TValue> TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.Values => new ValueCollection(this) |
|
getset |