[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Public Methods (see also Protected Methods)

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

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Explicit Interface Implementations

  Name Description
System.Collections.Generic.IEnumerable<KeyValuePair<String,ManagementPackReference>>.GetEnumerator Returns an enumerator that can iterate through a collection.
System.Collections.IEnumerable.GetEnumerator Returns an enumerator that can iterate through a collection.

See Also


Send comments about this topic to Microsoft.