ParentComponentInstance constructor

ParentComponentInstance(
  1. Component component
)

Creates a parent component instance for the given component.

The component parameter defines the component type and properties that this instance will represent and manage.

Implementation

ParentComponentInstance(Component component);