Method | Description | |
---|---|---|
GetTypeString ( bool truncateNamespace = false ) : string |
Gets the string representing this type tree in C# code.
|
|
TemplateArgumentTreeType ( int templateArgumentNumber, |
Initializes a new instance of the TemplateArgumentTreeType class.
|
public GetTypeString ( bool truncateNamespace = false ) : string | ||
truncateNamespace | bool | if set to |
return | string |
public TemplateArgumentTreeType ( int templateArgumentNumber, |
||
templateArgumentNumber | int | The template type argument number. |
templateSpecialization | The template specialization user type. | |
factory | The user type factory. | |
return | CsDebugScript.CodeGen.UserTypes |