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

In This Topic
    OwnedFastListBase Constructor
    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