ByRefEnumerator.Dispose Method (Boolean)
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
protected virtual void Dispose (
bool disposing
)
protected:
virtual void Dispose (
bool disposing
)
protected void Dispose (
boolean disposing
)
protected function Dispose (
disposing : boolean
)
Parameters
- disposing
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ByRefEnumerator Class
ByRefEnumerator Members
Microsoft.OneGet.Utility.Collections Namespace