コード例 #1
0
 /// <inheritdoc />
 public void Dispose()
 {
     _textLog?.IndentChange(false);
     _textLog = null;
 }
コード例 #2
0
 internal IndentDisposable(OcTextLogBase textLog)
 {
     Debug.Assert(textLog != null);
     _textLog = textLog;
 }