Interface INameResult
Represents an interface for a result that contains names of a code file.
public interface INameResult
Properties
CurrentName
Gets the name at the current position.
IName CurrentName { get; }
Property Value
Names
Gets the defined names.
IEnumerable<IName> Names { get; }