WeakRefDictionary<TKey, TValue> Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The WeakRefDictionary<TKey, TValue> type exposes the following members.

Constructors

  Name Description
Ee650629.pubmethod(en-us,PandP.10).gif WeakRefDictionary<TKey, TValue>

Methods

  Name Description
Ee650629.pubmethod(en-us,PandP.10).gif Add
Gets the count of the number of items in the dictionary.
Ee650629.pubmethod(en-us,PandP.10).gif ContainsKey
Determines if the dictionary contains a value for the key.
Ee650629.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee650629.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee650629.pubmethod(en-us,PandP.10).gif GetEnumerator
Returns an enumerator that iterates through the dictionary.
Ee650629.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee650629.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee650629.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee650629.pubmethod(en-us,PandP.10).gif Remove
Removes an item from the dictionary.
Ee650629.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)
Ee650629.pubmethod(en-us,PandP.10).gif TryGet
Attempts to get a value from the dictionary.

Properties

  Name Description
Ee650629.pubproperty(en-us,PandP.10).gif Count
Returns a count of the number of items in the dictionary.
Ee650629.pubproperty(en-us,PandP.10).gif Item
Retrieves a value from the dictionary.

See Also

WeakRefDictionary<TKey, TValue> Class

Microsoft.Practices.ObjectBuilder2 Namespace