UtilJsonApiSerializer.Serialization.JsonApiFormatter.CanReadType C# (CSharp) 메소드

CanReadType() 공개 메소드

public CanReadType ( Type type ) : bool
type System.Type
리턴 bool
        public override bool CanReadType(Type type)
        {
            return type.IsGenericType && type.GetGenericTypeDefinition() == typeof (Delta<>);
        }