System.Runtime.CompilerServices.ConditionalWeakTable<TKey,TValue> Members

The members of System.Runtime.CompilerServices.ConditionalWeakTable<TKey,TValue> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

Add(TKey, TValue)
Documentation for this section has not yet been entered.
GetOrCreateValue(TKey) : TValue
Documentation for this section has not yet been entered.
GetValue(TKey, ConditionalWeakTable<TKey, TValue>.CreateValueCallback) : TValue
Documentation for this section has not yet been entered.
Remove(TKey) : bool
Documentation for this section has not yet been entered.
TryGetValue(TKey, out TValue) : bool
Documentation for this section has not yet been entered.