Method WithAllowMultiple
WithAllowMultiple(bool)
Sets whether the field descriptor allows multiple values.
public DomInstanceFieldDescriptorBuilder WithAllowMultiple(bool allowMultiple)
Parameters
allowMultiple
boolIf
true
, the field will allow multiple values; otherwise, it will allow a single value.
Returns
- DomInstanceFieldDescriptorBuilder
The builder instance.