Interface ITypedName
Represents code element, that have type and name (e.g. class field).
public interface ITypedName
- Extension Methods
Properties
Name
Element name.
CodeIdentifier Name { get; }
Property Value
Type
Element type.
CodeTypeToken Type { get; }