Click or drag to resize
BuilderTGot Method
Checks if an argument has received.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
protected bool Got(
	string argumentName
)

Parameters

argumentName
Type: SystemString
The argument name.

Return Value

Type: Boolean
True if the argument was received.
See Also