Click or drag to resize

ParametersVersionAttribute Constructor (Int32, Int32, Type)

Specifies the current version of the parameters data model

Namespace:  CodeStack.SwEx.MacroFeature.Attributes
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public ParametersVersionAttribute(
	int major,
	int minor,
	Type versionConverterType
)

Parameters

major
Type: SystemInt32
Major version
minor
Type: SystemInt32
Minor version
versionConverterType
Type: SystemType
Type of the parameters converter between versions which implements IParametersVersionConverter interface
See Also