AwesomeSauce.Binding.EntityModelBinder.Matches C# (CSharp) Method

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool
        public bool Matches(Type type)
        {
            return type.Closes(typeof(RestfulPatchRequest<>));
        }
EntityModelBinder