Click or drag to resize
DifferenceNodeCompareFeature Constructor
Initializes a new instance of the CompareFeature class.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public CompareFeature(
	int startPosition,
	int endPosition,
	string featureType,
	string feature
)

Parameters

startPosition
Type: SystemInt32
Difference start position
endPosition
Type: SystemInt32
Difference end position
featureType
Type: SystemString
Type of feature
feature
Type: SystemString
Feature details
See Also