Method WithReadonly
WithReadonly(bool)
Sets whether the field descriptor is read-only.
public T WithReadonly(bool isReadonly)
Parameters
isReadonly
boolA boolean indicating whether the field descriptor is read-only.
Returns
- T
The builder instance.