ComponentOne Reports for WPF
C1.C1Preview Namespace / OwnedCollectionBase Class / OwnedCollectionBase Constructor
The collection owner.

In This Topic
    OwnedCollectionBase Constructor
    In This Topic
    Initializes a new instance of the OwnedCollectionBase class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As Object _
    )
    public OwnedCollectionBase( 
       object owner
    )

    Parameters

    owner
    The collection owner.
    See Also