Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

virtual void ReLogic.OS.Platform.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Reimplemented in ReLogic.OS.Windows.WindowsPlatform.

Definition at line 61 of file Platform.cs.

62 {
63 if (!_disposedValue)
64 {
65 if (disposing && _services != null)
66 {
68 _services = null;
69 }
70 _disposedValue = true;
71 }
72 }
TypeInstanceCollection< object > _services
Definition Platform.cs:15

References ReLogic.OS.Platform._disposedValue, ReLogic.OS.Platform._services, and ReLogic.Utilities.TypeInstanceCollection< BaseType >.Dispose().