Click or drag to resize

propertyAnnotationPresetItemTuple Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the propertyAnnotationPresetItemTuple class

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPresetItemTuple(
	string _key,
	string _value
)
Request Example View Source

Parameters

_key
Type: SystemString
_value
Type: SystemString
See Also