AwesomeSauce.Binding.EntityModelBinder.Matches C# (CSharp) Метод

Matches() публичный Метод

public Matches ( Type type ) : bool
type System.Type
Результат bool
        public bool Matches(Type type)
        {
            return type.Closes(typeof(RestfulPatchRequest<>));
        }
EntityModelBinder