ReplicationBaseCollection Members

Include Protected Members
Include Inherited Members

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

The ReplicationBaseCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the collection to an array.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an enumerator that is used to iterate through the objects in a collection.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method InitList() Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Refreshes the collection.
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top