Method IsObjectParameter
IsObjectParameter(Type)
Checks if a given type is an ObjectParameter<T>.
Declaration
public static bool IsObjectParameter(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | The type to check. |
Returns
| Type | Description |
|---|---|
| bool |
|