C# 클래스 CsDebugScript.CodeGen.UserTypes.TemplateArgumentUserType

User type that represents template argument (T1, T2, etc.)
상속: UserType
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
TemplateArgumentUserType ( string typeName, Symbol symbol )

Initializes a new instance of the TemplateArgumentUserType class.

메소드 상세

TemplateArgumentUserType() 공개 메소드

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.