A base collection class used for collection types that need to be merged, such as TabStopCollection.

System.Object
  Docentric.Documents.ObjectModel.MergableCollection<C, T>

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public abstract class MergableCollection<C, T> : IMergableCollection, IEnumerable, ICloneable, ICollection<T>, IEnumerable<T>

The MergableCollection<C, T> type exposes the following members.

Name Description
Public member Count
Public member IsReadOnly
Name Description
Public method Add Adds an object to the MergableCollection<CMergableCollection<C, T>.
Public method Clear Removes all items from the collection.
Public method Contains
Public method CopyTo
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetEnumerator Gets the enumerator for this collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method Remove Removes the item from the collection.
Public method ToString Returns a String that represents the current Object. (Inherited from Object)