NameIDCollectionDispose(Boolean) Method
Dispose the collection and its resources.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public virtual void Dispose(
bool disposing
)
Public Overridable Sub Dispose (
disposing As Boolean
)
No code example is currently available or this language may not be supported.
Parameters
- disposing Boolean
-
Value indicating whether Dispose has been called from User Code (true),
or from the internal finalizer (false).