Provides the base requirements of a variable definition.
Properties
DeclaringMember
Gets the type member that declares the current variable.
Property Value
- IType
Member :Definition An IType
Member object representing the type member that declares the current variable.Definition
IsDynamicType
Gets whether the variable type is a dynamic type.
Property Value
- bool:
true
if the variable type is a dynamic type; otherwise,false
.
IsRangeVariable
Gets whether the variable is a LINQ range variable.
Property Value
- bool:
true
if the variable is a LINQ range variable; otherwise,false
.
SourceFileLocation
Gets the source file location that contain the variable's declaration.
Property Value
- ISource
File :Location The source file location that contain the variable's declaration.
Remarks
This property only knows the source file location for variable definitions loaded from code.
Type
Gets an IType
Property Value
- IType
Reference : An IType
Reference for the variable type.