C# Class CsDebugScript.CodeGen.TypeTrees.TemplateTypeTree

Type tree that represents template user type.
Inheritance: UserTypeTree
Exibir arquivo Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method Description
GetTypeString ( bool truncateNamespace = false ) : string

Gets the string representing this type tree in C# code.

TemplateTypeTree ( UserType templateSpecialization, UserTypeFactory factory ) : System.Collections.Generic

Initializes a new instance of the TemplateTypeTree class.

Method Details

GetTypeString() public method

Gets the string representing this type tree in C# code.
public GetTypeString ( bool truncateNamespace = false ) : string
truncateNamespace bool if set to true namespace will be truncated from generating type string.
return string

TemplateTypeTree() public method

Initializes a new instance of the TemplateTypeTree class.
public TemplateTypeTree ( UserType templateSpecialization, UserTypeFactory factory ) : System.Collections.Generic
templateSpecialization CsDebugScript.CodeGen.UserTypes.UserType The template specialization user type.
factory CsDebugScript.CodeGen.UserTypes.UserTypeFactory The user type factory.
return System.Collections.Generic