Click or drag to resize

regexMarkerResult Constructor (String, Int32, Object)

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

Namespace:  imbSCI.Data.data.text
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public regexMarkerResult(
	string __content,
	int __index,
	Object __marker
)
Request Example View Source

Parameters

__content
Type: SystemString
The content.
__index
Type: SystemInt32
The index.
__marker
Type: SystemObject
The marker.
See Also