Click or drag to resize

contentMatch Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the contentMatch class

Namespace:  imbNLP.Core.contentStructure.core
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public contentMatch(
	Enum _key,
	Match _match
)

Parameters

_key
Type: SystemEnum

[Missing <param name="_key"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatch.#ctor(System.Enum,System.Text.RegularExpressions.Match)"]

_match
Type: System.Text.RegularExpressionsMatch

[Missing <param name="_match"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatch.#ctor(System.Enum,System.Text.RegularExpressions.Match)"]

See Also