Assigns a name to a local variable LocalVariableDeclaration. Local variable symbols belong to an InstructionBlock, which is in the current case the lexical scope of the variable.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class LocalVariableSymbol _
	Implements IComparable(Of LocalVariableSymbol)
C#
public sealed class LocalVariableSymbol : IComparable<LocalVariableSymbol>
Visual C++
public ref class LocalVariableSymbol sealed : IComparable<LocalVariableSymbol^>

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.LocalVariableSymbol

See Also