C# Класс Mono.Android.Xaml.Generator.Extensions

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

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

Метод Описание
CSFullName ( this type ) : string
CSName ( this type ) : string
CSSwitchName ( this type ) : string
GetGenericConstraintString ( this t ) : string
IsAbstract ( this p ) : bool
IsOverride ( this p ) : bool
IsSetterPublic ( this p ) : bool
NonGenericName ( this type ) : string

Описание методов

CSFullName() публичный статический Метод

public static CSFullName ( this type ) : string
type this
Результат string

CSName() публичный статический Метод

public static CSName ( this type ) : string
type this
Результат string

CSSwitchName() публичный статический Метод

public static CSSwitchName ( this type ) : string
type this
Результат string

GetGenericConstraintString() публичный статический Метод

public static GetGenericConstraintString ( this t ) : string
t this
Результат string

IsAbstract() публичный статический Метод

public static IsAbstract ( this p ) : bool
p this
Результат bool

IsOverride() публичный статический Метод

public static IsOverride ( this p ) : bool
p this
Результат bool

IsSetterPublic() публичный статический Метод

public static IsSetterPublic ( this p ) : bool
p this
Результат bool

NonGenericName() публичный статический Метод

public static NonGenericName ( this type ) : string
type this
Результат string