NameIDCollectionDispose(Boolean) Method

Dispose the collection and its resources.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Value indicating whether Dispose has been called from User Code (true), or from the internal finalizer (false).

See Also