 | BuilderTGot Method |
Checks if an argument has received.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxprotected bool Got(
string argumentName
)
Protected Function Got (
argumentName As String
) As Boolean
protected:
bool Got(
String^ argumentName
)
member Got :
argumentName : string -> bool
Parameters
- argumentName
- Type: SystemString
The argument name.
Return Value
Type:
BooleanTrue if the argument was received.
See Also