TextMatchDispose(Boolean) Method

Releases the unmanaged resources used by the TextMatch and optionally releases the managed resources

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also