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