Construct an instance.

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

Syntax

C#
public EditTranslater(
	Object source,
	ChangeSupport cs,
	int min,
	int max
)

Parameters

source
Type: System..::.Object
The source
cs
Type: BioSharp.Core.Utils..::.ChangeSupport
The change support
min
Type: System..::.Int32
The min
max
Type: System..::.Int32
The max

See Also