Newtonsoft.Json.JsonConverter.GetSchema C# (CSharp) Method

GetSchema() private method

private GetSchema ( ) : JsonSchema
return Newtonsoft.Json.Schema.JsonSchema
        public virtual JsonSchema GetSchema()
        {
            return null;
        }