C# Класс ToTypeScriptD.Core.WinMD.WinMDExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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