Click or drag to resize
MWStringArrayDispose Method (Boolean)
Internal dispose function

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Client explicit dispose flag
Remarks
Client involves this method via the Dispose() mathod on MWArray class. To avoid memory leak, client should either explicitly call Dispose() or make use of the using statement block.
See Also