Xamarin.Parse.Json.JsonWriter.JsonWriter C# (CSharp) 메소드

JsonWriter() 공개 메소드

public JsonWriter ( ) : System
리턴 System
        public JsonWriter()
        {
            this.buffer = new StringBuilder ();
            this.next_needs_comma = false;
        }