Class TypeNameSyntax
This node represents a type's name.
Inheritance
System.Object
TypeNameSyntax
Implements
IFormattable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Loretta.CodeAnalysis.Lua.Syntax
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public abstract class TypeNameSyntax : TypeSyntax
Properties
| Improve this Doc View SourceTypeArgumentList
The type argument list for this generic type.
Declaration
public abstract TypeArgumentListSyntax TypeArgumentList { get; }
Property Value
Type | Description |
---|---|
TypeArgumentListSyntax |
Methods
| Improve this Doc View SourceAddTypeArgumentListArguments(TypeSyntax[])
Declaration
public TypeNameSyntax AddTypeArgumentListArguments(params TypeSyntax[] items)
Parameters
Type | Name | Description |
---|---|---|
TypeSyntax[] | items |
Returns
Type | Description |
---|---|
TypeNameSyntax |
WithTypeArgumentList(TypeArgumentListSyntax)
Declaration
public TypeNameSyntax WithTypeArgumentList(TypeArgumentListSyntax typeArgumentList)
Parameters
Type | Name | Description |
---|---|---|
TypeArgumentListSyntax | typeArgumentList |
Returns
Type | Description |
---|---|
TypeNameSyntax |
Implements
IFormattable