Construct a new ChangeType.

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

Syntax

C#
public ChangeType(
	string name,
	Type clazz,
	string fname,
	ChangeType superType
)

Parameters

name
Type: System..::.String
The name of this change.
clazz
Type: System..::.Type
The class which is going to contain this change.
fname
Type: System..::.String
The name of the field in clazz which is to contain a reference to this change.
superType
Type: BioSharp.Core.Utils..::.ChangeType
the supertype of this type.

See Also