Method WithType
WithType(Type)
Sets the type for the field descriptor.
public T WithType(Type type)
Parameters
typeTypeThe type to set.
Returns
- T
The builder instance.
Sets the type for the field descriptor.
public T WithType(Type type)
type TypeThe type to set.
The builder instance.