Поделиться через


Элементы 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.

В начало