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 | |
---|---|---|
CopyTo | Copies the collection to an array. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator that is used to iterate through the objects in a collection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
InitList | Infraestrutura. | |
MemberwiseClone | (Herdado de Object.) | |
Refresh | Refreshes the collection. | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of objects in the referenced collection. | |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Início
Consulte também