예제 #1
0
            public void Generate(bool isSigned = false)
            {
                // indent to method code body's indention level, plus one (l-value statement should be on the line before)
                using (mFile.EnterCodeBlock(indentCount: 3 + 1))
                {
                    GenerateCode(isSigned);

                    mFile.EndStmt();
                }
            }