C# Class ToTypeScriptD.Core.WinMD.WinMDExtensions

显示文件 Open project: ToTypeScriptD/ToTypeScriptD

Public Methods

Method Description
NewLine ( this textWriter ) : void
ShouldIgnoreType ( this name ) : bool
ShouldIgnoreTypeByName ( this name ) : bool
StripOutParamSymbol ( this value ) : string
ToTypeScriptName ( this name ) : string
ToTypeScriptType ( this typeReference ) : string

Method Details

NewLine() public static method

public static NewLine ( this textWriter ) : void
textWriter this
return void

ShouldIgnoreType() public static method

public static ShouldIgnoreType ( this name ) : bool
name this
return bool

ShouldIgnoreTypeByName() public static method

public static ShouldIgnoreTypeByName ( this name ) : bool
name this
return bool

StripOutParamSymbol() public static method

public static StripOutParamSymbol ( this value ) : string
value this
return string

ToTypeScriptName() public static method

public static ToTypeScriptName ( this name ) : string
name this
return string

ToTypeScriptType() public static method

public static ToTypeScriptType ( this typeReference ) : string
typeReference this
return string