LocalVariables
Gets the collection of local variables defined for the current block.
Declaration
IList<ILocalVariable> LocalVariables { get; }
Property Value
Type | Description |
---|---|
IList<ILocalVariable> |
Gets the collection of local variables defined for the current block.
IList<ILocalVariable> LocalVariables { get; }
Type | Description |
---|---|
IList<ILocalVariable> |