Элементы 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.
Тип ReplicationBaseCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
CopyTo | Copies the collection to an array. | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetEnumerator | Gets an enumerator that is used to iterate through the objects in a collection. | |
GetHashCode | (Наследуется из Object.) | |
GetType | (Наследуется из Object.) | |
InitList | Инфраструктура. | |
MemberwiseClone | (Наследуется из Object.) | |
Refresh | Refreshes the collection. | |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
См. также