C# Class CsDebugScript.CodeGen.UserTypes.TemplateArgumentUserType

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

Public Methods

Method Description
TemplateArgumentUserType ( string typeName, Symbol symbol )

Initializes a new instance of the TemplateArgumentUserType class.

Method Details

TemplateArgumentUserType() public method

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.