|
Name |
Description |
|
Add
|
Overloaded. Adds an item to the collection. |
|
Clear
|
Clears all the items in the collection. |
|
Contains
|
Overloaded. Determines whether the collection contains a
specified value. |
|
ContainsKey
|
Determines whether the collection contains a specified key
value. |
|
ContainsValue
|
Determines whether the collection contains a specified
value. |
|
CopyTo
|
Copies the collection of items to an array, starting with a
specific index in the array. |
|
Equals |
Overloaded. (inherited from Object) |
|
GetAlias
|
Gets the alias for the specified management pack
reference. |
|
GetEnumerator
|
Returns an enumerator that can iterate through a
collection. |
|
GetHashCode |
(inherited from Object) |
|
GetType |
(inherited from Object) |
|
ReferenceEquals |
(inherited from Object) |
|
Remove
|
Overloaded. Removes the specified item from the
collection. |
|
ToString |
(inherited from Object) |
|
TryGetValue
|
Tries to get a value from an item in the collection. |