IParameterValidator Interface
Validates whether a parameter type is supported or not.
bool IsSupportedParameterType ( Type type )
Tests if a parameter type can be supplied directly to a callback method from.
ReturnsTrue if the parameter type is supported. False otherwise.