Get the Changer currently registered to handle a tag.

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

Syntax

C#
public ChangeTable..::.IChanger GetChanger(
	Object tag
)

Parameters

tag
Type: System..::.Object
the tag object for which values would be changed

Return Value

the associated IChanger or null

See Also