ResourceSet.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
- Type: System.Boolean
Indicates whether the objects contained in the current instance should be explicitly closed.
Show: