Click or drag to resize

MatchItem Constructor

Initializes a new instance of the MatchItem class

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public MatchItem(
	MatchItemKeys key,
	Object expectedValue
)

Parameters

key
Type: AskiaPortalCmnMatchItemKeys

[Missing <param name="key"/> documentation for "M:AskiaPortalCmn.MatchItem.#ctor(AskiaPortalCmn.MatchItemKeys,System.Object)"]

expectedValue
Type: SystemObject

[Missing <param name="expectedValue"/> documentation for "M:AskiaPortalCmn.MatchItem.#ctor(AskiaPortalCmn.MatchItemKeys,System.Object)"]

See Also