mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Simplified usages
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Microsoft.Iris.Render.Common
|
||||
if (this.m_fObjectDisposed)
|
||||
return;
|
||||
this.Dispose(true);
|
||||
GC.SuppressFinalize((object)this);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool fInDispose) => this.m_fObjectDisposed = true;
|
||||
|
||||
Reference in New Issue
Block a user