Partager via


Membres 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.

Le type ReplicationBaseCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CopyTo Copies the collection to an array.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée InitList Infrastructure.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Refresh Refreshes the collection.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of objects in the referenced collection.
Propriété publique IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the collection.

Haut de la page