ISimpleName Interface
Provides the base requirements of a simple name with optional type arguments, which is a component of an IQualifiedName.
public interface ISimpleName
Properties
HasTypeArguments
Indicates whether the identifier has at least one type argument.
Text
The text value of the identifier.
TypeArguments
The collection of optional generic type arguments for the identifier.
Methods
Clone()
Returns a deep clone of the object.