PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / ExpressionCollection Class / ExpressionCollection Constructor
The owner of the current collection.

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

    Parameters

    owner
    The owner of the current collection.
    See Also