// Initializes an object instance. Constructor() { const tb = new LJCTextBuilder(); const result = tb.IndentCharCount; // result: // 2 }