[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedCollection-1

OwnedCollection<TItem> Class

Base class for collection containing items supporting IOwnedObject interface. Collection updates Owner property of items.

Inheritance
Collection<TItem>
OwnedCollection<TItem>
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public class OwnedCollection<TItem> : OwnedCollectionBase<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IOwnedObject, IList, ICollection, IEnumerable where TItem : IOwnedObject
Public Class OwnedCollection(Of TItem As IOwnedObject)
    Inherits OwnedCollectionBase(Of TItem)
    Implements IList(Of TItem), ICollection(Of TItem), IReadOnlyList(Of TItem), IReadOnlyCollection(Of TItem), IEnumerable(Of TItem), IOwnedObject, IList, ICollection, IEnumerable
Type Parameters
Name Description
TItem

Constructors

Name Description
OwnedCollection()

Methods