Click or drag to resize
BuilderTExpect Method
Tells the builder that an argument is expected.

Namespace: Capgemini.CommonObjectUtils
Assembly: Capgemini.CommonObjectUtils (in Capgemini.CommonObjectUtils.dll) Version: 1.3.0.0
Syntax
protected void Expect(
	string argumentName,
	BuilderTNecessity necessity
)

Parameters

argumentName
Type: SystemString
The argument name.
necessity
Type: Capgemini.CommonObjectUtilsBuilderTNecessity
Whether the argument is mandatory or not.
See Also