ReplicationBaseCollection Class

Definition

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.

Applies to