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 | |
---|---|---|
CopyTo(Array, Int32) | Copies the collection to an array. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Gets an enumerator that is used to iterate through the objects in a collection. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
InitList() | Infrastructure. | |
MemberwiseClone() | (Inherited from Object.) | |
Refresh() | Refreshes the collection. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top