Interface IDefinition
Interface for a definition of a code item (method, variable).
public interface IDefinition
- Extension Methods
Properties
Name
Gets the name of the definition.
string Name { get; }
Property Value
Position
Gets the position in the file.
TextPosition Position { get; }
Property Value
ProjectItem
Gets the project item.
IProjectItem ProjectItem { get; }