DataDictionary.Generated.char_value.unParseBody C# (CSharp) 메소드

unParseBody() 공개 메소드

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
리턴 void
        public override void unParseBody(TextWriter pw)
        {
            #pragma warning disable 0168, 0219
            int i;
            #pragma warning restore 0168, 0219
        }