MergableCollection<C, T> Class |
Docentric Toolkit Help
Send Feedback |
A base collection class used for collection types that need to be merged, such as TabStopCollection.
System.Object
Docentric.Documents.ObjectModel.MergableCollection<C, T>
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 | |
---|---|---|
![]() |
Count | |
![]() |
IsReadOnly |
Name | Description | |
---|---|---|
![]() |
Add | Adds an object to the MergableCollection<CMergableCollection<C, T>. |
![]() |
Clear | Removes all items from the collection. |
![]() |
Contains | |
![]() |
CopyTo | |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() |
GetEnumerator | Gets the enumerator for this collection. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() |
Remove | Removes the item from the collection. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object) |