SampleOperation.Dispose Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > SampleOperation Class > SampleOperation Methods >

SampleOperation.Dispose Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public void Dispose()

 

Remarks


This method calls the Dispose(bool disposing) method with the disposing parameter set to true. It also suppresses finalization for the object by calling GC.SuppressFinalize.

 

See Also


SampleOperation Class

Dispose Overload

BNCS.Logic.LogicOperations Namespace