Method FindNodeOrParamType
FindNodeOrParamType(string, out Type)
Finds the type of the node or parameter.
Declaration
public static bool FindNodeOrParamType(string key, out Type val)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key. |
| Type | val | The value. |
Returns
| Type | Description |
|---|---|
| bool |
|