Compartir a través de


AlgorithmParameterCollection Miembros

Contains a collection of AlgorithmParameter objects. This class cannot be inherited.

El tipo AlgorithmParameterCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AlgorithmParameterCollection Initializes a new instance of AlgorithmParameter.

Principio

Métodos

  Nombre Descripción
Método publico Add(AlgorithmParameter) Adds an AlgorithmParameter to the end of the collection.
Método publico Add(String, Object) Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.
Método publico Clear Removes all elements from the collection.
Método publico Contains(String) Indicates whether the collection contains an AlgorithmParameter with the specified name.
Método publico Contains(AlgorithmParameter) Indicates whether the collection contains a specified AlgorithmParameter.
Método publico CopyTo(AlgorithmParameterCollection) Copies the entire collection to the end of an AlgorithmParameterCollection.
Método publico CopyTo(Array, Int32) Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico Find Gets the AlgorithmParameter, with the specified name, from the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico IndexOf(String) Gets the index of an AlgorithmParameter with the specified name.
Método publico IndexOf(AlgorithmParameter) Gets the index of a specified AlgorithmParameter.
Método publico Insert(Int32, AlgorithmParameter) Inserts an AlgorithmParameter into the collection at the specified index.
Método publico Insert(Int32, String, Object) Creates and inserts an AlgorithmParameter, with the specified name and value, into the collection at the specified index.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove(String) Removes the AlgorithmParameter, with the specified name, from the collection.
Método publico Remove(AlgorithmParameter) Removes the specified AlgorithmParameter from the collection.
Método publico RemoveAt Removes the AlgorithmParameter, at the specified index, from the collection.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of AlgorithmParameter objects contained in the collection.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the AlgorithmParameter at the specified index from the collection.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the AlgorithmParameter, with the specified name, from the collection.

Principio