C# Class CsDebugScript.CodeGen.UserTypes.TemplateArgumentUserType

User type that represents template argument (T1, T2, etc.)
Inheritance: UserType
Afficher le fichier Open project: southpolenator/WinDbgCs Class Usage Examples

Méthodes publiques

Méthode Description
TemplateArgumentUserType ( string typeName, Symbol symbol )

Initializes a new instance of the TemplateArgumentUserType class.

Method Details

TemplateArgumentUserType() public méthode

Initializes a new instance of the TemplateArgumentUserType class.
public TemplateArgumentUserType ( string typeName, Symbol symbol )
typeName string The template argument type name.
symbol Symbol The symbol we are generating this user type from.