C# Class ToTypeScriptD.Core.WinMD.WinMDExtensions

Afficher le fichier Open project: ToTypeScriptD/ToTypeScriptD

Méthodes publiques

Méthode 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 méthode

public static NewLine ( this textWriter ) : void
textWriter this
Résultat void

ShouldIgnoreType() public static méthode

public static ShouldIgnoreType ( this name ) : bool
name this
Résultat bool

ShouldIgnoreTypeByName() public static méthode

public static ShouldIgnoreTypeByName ( this name ) : bool
name this
Résultat bool

StripOutParamSymbol() public static méthode

public static StripOutParamSymbol ( this value ) : string
value this
Résultat string

ToTypeScriptName() public static méthode

public static ToTypeScriptName ( this name ) : string
name this
Résultat string

ToTypeScriptType() public static méthode

public static ToTypeScriptType ( this typeReference ) : string
typeReference this
Résultat string