Method AddChildVarSlot
AddChildVarSlot<T>(string, IPortEditor, T)
Adds the child variable slot.
Declaration
public IPortEditor AddChildVarSlot<T>(string name, IPortEditor parent, T refData)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name of the slot.  | 
    
| IPortEditor | parent | The parent port editor.  | 
    
| T | refData | The reference data and type for this slot.  | 
    
Returns
| Type | Description | 
|---|---|
| IPortEditor | IPortEditor added.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T |