ManagementPackConsoleTaskParameterProxyCollection Class

Definition

Represents a management pack console task parameter proxy collection.

public ref class ManagementPackConsoleTaskParameterProxyCollection : System::Collections::Generic::ICollection<System::String ^>, System::Collections::Generic::IEnumerable<System::String ^>, System::Collections::Generic::IList<System::String ^>
public class ManagementPackConsoleTaskParameterProxyCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>
type ManagementPackConsoleTaskParameterProxyCollection = class
    interface IList<string>
    interface ICollection<string>
    interface seq<string>
    interface IEnumerable
Public Class ManagementPackConsoleTaskParameterProxyCollection
Implements ICollection(Of String), IEnumerable(Of String), IList(Of String)
Inheritance
ManagementPackConsoleTaskParameterProxyCollection
Implements

Properties

Count

Gets the number of elements contained in the collection.

IsReadOnly

Gets or sets a value that indicates whether the collection is read-only.

Item[Int32]

Gets or sets the item at the specified index.

Methods

Add(String)

Adds an item to the collection.

Clear()

Removes all items from the collection.

Contains(String)

Determines whether this collection contains a specific value.

CopyTo(String[], Int32)

Copies the elements of this collection to an array, starting at a particular index.

GetEnumerator()

Returns an enumerator that can iterate through a collection.

IndexOf(String)

Retrieves the index number of the specified item in the collection.

Insert(Int32, String)

Inserts an item to the collection at the specified index.

Remove(String)

Removes the first occurrence of a specified item from the collection.

RemoveAt(Int32)

Removes an item at the specified index.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to