PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIBlock­ExpressionLocal­Variables
Open sandboxFocus

IBlockExpression.LocalVariables Property

LocalVariables

Gets the collection of local variables defined for the current block.

Declaration
IList<ILocalVariable> LocalVariables { get; }
Property Value
Type Description
IList<ILocalVariable>