Called to retrieve the ChangeSupport for this object.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
protected virtual ChangeSupport GetChangeSupport(
	ChangeType ct
)

Parameters

ct
Type: BioSharp.Core.Utils..::.ChangeType
The type.

Return Value

The change support.

See Also