C1.WPF.PrintDocument.4.6.2 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 _
)
 

Parameters

owner
The owner of the current collection.
See Also