示例#1
0
            //------------------------------------------------------------
            // コンストラクタ。
            public IndentScope(XDataWriter aWriter)
            {
                // メモ
                mWriter = aWriter;

                // レベルアップ
                mWriter.IndentInc();
            }