IsSupportedParameterType
(
type
)
|
Tests if a parameter type can be supplied directly to a callback method from.
Signature
bool Meta.Conduit.Editor.IParameterValidator.IsSupportedParameterType(Type type) Parameters type: Type
The data type.
Returns bool
True if the parameter type is supported. False otherwise.
|