C# 클래스 ToTypeScriptD.Core.WinMD.WinMDExtensions

파일 보기 프로젝트 열기: ToTypeScriptD/ToTypeScriptD

공개 메소드들

메소드 설명
NewLine ( this textWriter ) : void
ShouldIgnoreType ( this name ) : bool
ShouldIgnoreTypeByName ( this name ) : bool
StripOutParamSymbol ( this value ) : string
ToTypeScriptName ( this name ) : string
ToTypeScriptType ( this typeReference ) : string

메소드 상세

NewLine() 공개 정적인 메소드

public static NewLine ( this textWriter ) : void
textWriter this
리턴 void

ShouldIgnoreType() 공개 정적인 메소드

public static ShouldIgnoreType ( this name ) : bool
name this
리턴 bool

ShouldIgnoreTypeByName() 공개 정적인 메소드

public static ShouldIgnoreTypeByName ( this name ) : bool
name this
리턴 bool

StripOutParamSymbol() 공개 정적인 메소드

public static StripOutParamSymbol ( this value ) : string
value this
리턴 string

ToTypeScriptName() 공개 정적인 메소드

public static ToTypeScriptName ( this name ) : string
name this
리턴 string

ToTypeScriptType() 공개 정적인 메소드

public static ToTypeScriptType ( this typeReference ) : string
typeReference this
리턴 string