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.
|