Click or drag to resize

contentMatchCollectionAdd Method (Enum, Match)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.Enum,System.Text.RegularExpressions.Match)"]

Namespace:  imbNLP.Core.contentStructure.core
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public void Add(
	Enum flag,
	Match m
)

Parameters

flag
Type: SystemEnum

[Missing <param name="flag"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.Enum,System.Text.RegularExpressions.Match)"]

m
Type: System.Text.RegularExpressionsMatch

[Missing <param name="m"/> documentation for "M:imbNLP.Core.contentStructure.core.contentMatchCollection.Add(System.Enum,System.Text.RegularExpressions.Match)"]

See Also