Method FindOutputSlot
FindOutputSlot<T>(string)
Finds the output slot by name.
Declaration
public T FindOutputSlot<T>(string memberName) where T : IPortEditor
Parameters
| Type | Name | Description | 
|---|---|---|
| string | memberName | Name of the member.  | 
    
Returns
| Type | Description | 
|---|---|
| T | Slot of type T.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T |