Compartilhar via


Membros ReplicationBaseCollection

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

O tipo ReplicationBaseCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público CopyTo Copies the collection to an array.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido InitList Infraestrutura.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Refresh Refreshes the collection.
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of objects in the referenced collection.
Propriedade pública IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Início