Share via


WeakRefDictionary<TKey,TValue> Class

Definition

generic <typename TKey, typename TValue>
public ref class WeakRefDictionary
public class WeakRefDictionary<TKey,TValue>
type WeakRefDictionary<'Key, 'Value> = class
Public Class WeakRefDictionary(Of TKey, TValue)

Type Parameters

TKey
TValue
Inheritance
WeakRefDictionary<TKey,TValue>

Constructors

WeakRefDictionary<TKey,TValue>()

Properties

Count
Item[TKey]

Methods

Add(TKey, TValue)
ContainsKey(TKey)
GetEnumerator()
Remove(TKey)
TryGet(TKey, TValue)

Applies to