Skip to content

ParameterPredicate.ParameterType property

The parameter type this is equal to the method parameter type, except the parameter type contains a generic parameter, then the user needs to specify a constructed type. If this is None the user has not setuped a predicate for this parameter.

csharp
public Maybe<Type> ParameterType { get; set; }
public Maybe<Type> ParameterType { get; set; }

See Also