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

The methods of System.Runtime.CompilerServices.ConditionalWeakTable<TKey,TValue> are listed below. For a list of all members, see the ConditionalWeakTable<TKey,TValue> Members list.

See Also: Inherited members from System.Object

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.