Click or drag to resize

DataColumnCollectionDispose(Boolean) Method

Disposes the collection and all columns in it.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void Dispose(
	bool isDisposing
)

Parameters

isDisposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also