Method ContainsTypeDefinition
ContainsTypeDefinition(Type)
Determines whether the PortEditor contains a definition for type t.
Declaration
public static bool ContainsTypeDefinition(Type t)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | t | The t. |
Returns
| Type | Description |
|---|---|
| bool |
|