Property | Type | Description | |
---|---|---|---|
IndentCharacter | string |
Method | Description | |
---|---|---|
End ( string key ) : void | ||
IndentDecrease ( ) : void | ||
IndentIncrease ( ) : void | ||
Start ( string key ) : void |
Method | Description | |
---|---|---|
End ( string key, string indent ) : void | ||
Start ( string key, string indent ) : void |
protected abstract End ( string key, string indent ) : void | ||
key | string | |
indent | string | |
return | void |
protected abstract Start ( string key, string indent ) : void | ||
key | string | |
indent | string | |
return | void |