Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OwnedFastList Class / OwnedFastList Constructor / OwnedFastList Constructor(ICollectionOwner)
The collection owner.

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

    Parameters

    owner
    The collection owner.
    See Also