C# 클래스 CsDebugScript.CodeGen.TypeTrees.TemplateTypeTree

Type tree that represents template user type.
상속: UserTypeTree
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetTypeString() 공개 메소드

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.
리턴 string

TemplateTypeTree() 공개 메소드

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.
리턴 System.Collections.Generic