ILocalVariable Properties |
The ILocalVariable type exposes the following members.
Name | Description | |
---|---|---|
MethodBodyElementKind |
Gets the kind of syntax element.
(Inherited from IMethodBodyElement.) | |
Name |
Gets the name of the local variable.
| |
ParentElement |
Gets the parent element in the tree.
(Inherited from IMethodBodyElement.) | |
ParentMethodBody |
Gets the parent method body.
(Inherited from IMethodBodyElement.) | |
Slot |
Gets the ordinal of the local variable.
| |
VariableType |
Gets the type of the local variable.
|