CouchRS.Json.JsonVisitor.Process C# (CSharp) 메소드

Process() 보호된 메소드

protected Process ( JToken jObject, string prefix, string>.List records ) : string>>>.List
jObject JToken
prefix string
records string>.List
리턴 string>>>.List
        protected List<List<Tuple<string, string>>> Process(JToken jObject, string prefix, List<List<Tuple<string,string>>> records)
        {
            return typeProcessor[jObject.GetType()](jObject, prefix, records);
        }