NestedPropertySetterCollection Constructor
In This Topic
Initialize a new instance of the
NestedPropertySetterCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public NestedPropertySetterCollection(
object
)
Parameters
- owner
- The owning object.
See Also