Click or drag to resize
FdfVersion Constructor (Int16, Int16, Int32)
Initializes a new instance of the FdfVersion class

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfVersion(
	short minor,
	short major,
	int build
)

Parameters

minor
Type: SystemInt16
major
Type: SystemInt16
build
Type: SystemInt32
See Also