Method | Description | |
---|---|---|
FieldType ( ) : System |
Create a new FieldType with default properties.
|
|
FieldType ( |
Create a new mutable FieldType with all of the properties from
|
|
Freeze ( ) : void |
Prevents future changes. Note, it is recommended that this is called once the FieldTypes's properties have been set, to prevent unintentional state changes.
|
|
ToString ( ) : string |
Prints a Field for human consumption.
|
Method | Description | |
---|---|---|
CheckIfFrozen ( ) : void |