AwesomeSauce.Binding.EntityModelBinder.Matches C# (CSharp) Méthode

Matches() public méthode

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