ReplicationBaseCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class that is used in the construction of replication object collections. It contains functionality that is common to the replication object collections.
public ref class ReplicationBaseCollection abstract : System::Collections::ICollection
public abstract class ReplicationBaseCollection : System.Collections.ICollection
type ReplicationBaseCollection = class
interface ICollection
interface IEnumerable
Public MustInherit Class ReplicationBaseCollection
Implements ICollection
- Inheritance
-
ReplicationBaseCollection
- Derived
- Implements
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Properties
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. |
Methods
CopyTo(Array, Int32) |
Copies the collection to an array. |
GetEnumerator() |
Gets an enumerator that is used to iterate through the objects in a collection. |
InitList() |
Initializes collection of replication base. |
Refresh() |
Refreshes the collection. |