Compartir a través de


ServerPropertyCollection Miembros

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

El tipo ServerPropertyCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ServerPropertyCollection Initializes a new instance of ServerProperty.

Principio

Métodos

  Nombre Descripción
Método publico Add(ServerProperty) Adds a ServerProperty to the end of the collection.
Método publico Add(String, String) Creates and adds a ServerProperty, 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 a ServerProperty that has the specified name.
Método publico Contains(ServerProperty) Indicates whether the collection contains a specified ServerProperty.
Método publico CopyTo(ServerPropertyCollection) Copies the entire collection to the end of a ServerPropertyCollection.
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 ServerProperty that has 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 a ServerProperty that has the specified name.
Método publico IndexOf(ServerProperty) Gets the index of a specified ServerProperty.
Método publico Insert(Int32, ServerProperty) Inserts a ServerProperty into the collection at the specified index.
Método publico Insert(Int32, String, String) Creates and inserts a ServerProperty, 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 ServerProperty that has the specified name from the collection.
Método publico Remove(ServerProperty) Removes the specified ServerProperty from the collection.
Método publico RemoveAt Removes the ServerProperty 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 ServerProperty objects in the collection.
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the ServerProperty at the specified index in the collection.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the ServerProperty that has the specified name from the collection.

Principio