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 | |
---|---|---|
WeakRefDictionary<TKey, TValue> |
Methods
Name | Description | |
---|---|---|
Add |
Gets the count of the number of items in the dictionary.
|
|
ContainsKey |
Determines if the dictionary contains a value for the key.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the dictionary.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes an item from the dictionary.
|
|
ToString | (Inherited from Object.) | |
TryGet |
Attempts to get a value from the dictionary.
|
Properties
Name | Description | |
---|---|---|
Count |
Returns a count of the number of items in the dictionary.
|
|
Item |
Retrieves a value from the dictionary.
|