Represents and grants access to a single field defined on a type.
Checks if the field is declared as static. This returns true if the is directly accessible on the type that is declared on (rather that on an instance of that type).
Checks if the field can be written to.
See Implementation
Represents and grants access to a single field defined on a type.