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