Click or drag to resize

PositionWrapperStreamDispose(Boolean) Method

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

Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

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