OwnedCollection<TItem> Class Members
In This Topic
The following tables list the members exposed by OwnedCollection<TItem>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | AddRange | Overloaded. Adds all items from items to this collection. (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>) |
 | Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Sort | Overloaded. Sorts the elements in the entire collection using the specified System.Comparison`1. (Inherited from GrapeCity.Documents.Common.OwnedCollectionBase<TItem>) |
Top
See Also