‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue > Class Template Reference
Inheritance diagram for TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >:

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]
 

Member Function Documentation

◆ GetEnumerator()

IEnumerator<KeyValuePair<TKey, TValue> > TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.GetEnumerator ( )
inline

Member Data Documentation

◆ Keys

ICollection<TKey> TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.Keys => new KeyCollection(this)

◆ Values

ICollection<TValue> TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.Values => new ValueCollection(this)

Property Documentation

◆ this[TKey key]

TValue? TechbloxModdingAPI.Utility.WeakDictionary< TKey, TValue >.this[TKey key]
getset

The documentation for this class was generated from the following file: