IParameterFilter Interface
Filters out parameters of specific types.
bool ShouldFilterOut ( Type type )
Tests if a parameter type should be filtered out.
ReturnsTrue if the parameter type should be filtered out. False otherwise.
bool ShouldFilterOut ( string typeName )
Tests if a parameter type should be filtered out.
ParameterstypeNameThe name of the data type.
ReturnsTrue if the parameter type should be filtered out. False otherwise.