protected virtual void WriteLogAtDisposing() => DebugLog.Print($"■ {this.GetType().FullName}.Disposing...");
/// <summary> /// <see cref="DisposableBindableBase" /> クラスの新しいインスタンスを生成します。 /// </summary> protected DisposableBindableBase() { DebugLog.Print($"■ {this.GetType().FullName}.ctor..."); }