Compartir a través de


ReplicationBaseCollection Miembros

The base class that is used in the construction of replication object collections. It contains functionality that is common to the replication object collections.

El tipo ReplicationBaseCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CopyTo Copies the collection to an array.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InitList Infraestructura.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Refreshes the collection.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of objects in the referenced collection.
Propiedad pública IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Principio