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

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

    Parameters

    owner
    The collection owner.
    See Also