VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / MasterCollection<T> Class
Constructors Properties Methods Events SeeAlso
In This Topic
    MasterCollection<T> Class Members
    In This Topic
    The following tables list the members exposed by MasterCollection<T>.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
    Protected Properties
     NameDescription
    Protected PropertyGets the inner list.
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Protected PropertyGets a list of slave collections.
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodAdds a range of elements to this collection.
    Public MethodAdds a slave collection and synchronizes the slave collection with master collection.
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodRemoves a collection from a list of slave collections.
    Public MethodReturns elements of collection as array.
    Protected Methods
     NameDescription
    Protected MethodRemoves all elements from the master and slave collections.
    Protected MethodInserts an element into the collection at the specified index.
    Protected MethodRaises the Changed event.
    Protected MethodRaises the Changing event.
    Protected MethodRemoves the element at the specified index of the collection.
    Protected MethodReplaces the element at the specified index.
    Public Events
     NameDescription
    Public EventOccurs when collection is changed.
    Public EventOccurs when collection is changing.
    See Also