 | BuilderTExpect Method |
Tells the builder that an argument is expected.
Namespace: Capgemini.CommonObjectUtilsAssembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntaxprotected void Expect(
string argumentName,
BuilderTNecessity necessity
)
Protected Sub Expect (
argumentName As String,
necessity As BuilderTNecessity
)
protected:
void Expect(
String^ argumentName,
BuilderTNecessity necessity
)
member Expect :
argumentName : string *
necessity : BuilderTNecessity -> unit
Parameters
- argumentName
- Type: SystemString
The argument name. - necessity
- Type: Capgemini.CommonObjectUtilsBuilderTNecessity
Whether the argument is mandatory or not.
See Also