NameIDCollectionDispose(Boolean) Method
Dispose the collection and its resources.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
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).