C# 클래스 PdbReader.Types.CType

파일 보기 프로젝트 열기: LibreCrops/cdef 1 사용 예제들

공개 메소드들

메소드 설명
Define ( string var, string indent, string tab ) : string
UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void

보호된 메소드들

메소드 설명
MaybeSpace ( string s ) : string

비공개 메소드들

메소드 설명
Decorate ( string var, CTerm &core ) : string
TryGetPrefix ( CType t ) : string

메소드 상세

Define() 공개 메소드

public Define ( string var, string indent, string tab ) : string
var string
indent string
tab string
리턴 string

MaybeSpace() 보호된 정적인 메소드

protected static MaybeSpace ( string s ) : string
s string
리턴 string

UnwrapTo() 공개 메소드

public UnwrapTo ( IWrapVisitor visitor, CTerm &core ) : void
visitor IWrapVisitor
core CTerm
리턴 void