IFieldDefinition Interface
Provides the base requirements of a field definition.
public interface IFieldDefinition : IReflectionDefinition
Properties
DeclaringModule
The reference to the module in which the field is declared.
DeclaringType
The declaring type.
Docstring
The docstring for the field.
IsPublic
Indicates whether the field is public.
IsStatic
Indicates whether the field is static.
Type
An ITypeDefinition indicating the field type, if known.
TypeExpressionTextRange
The field type expression TextRange.