Method FindSlot
FindSlot<T>(string)
Finds the slot by name.
Declaration
public T FindSlot<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 |