C# Class Mono.Android.Xaml.Generator.Extensions

ファイルを表示 Open project: atsushieno/xamldroid

Public Methods

Method Description
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

Method Details

CSFullName() public static method

public static CSFullName ( this type ) : string
type this
return string

CSName() public static method

public static CSName ( this type ) : string
type this
return string

CSSwitchName() public static method

public static CSSwitchName ( this type ) : string
type this
return string

GetGenericConstraintString() public static method

public static GetGenericConstraintString ( this t ) : string
t this
return string

IsAbstract() public static method

public static IsAbstract ( this p ) : bool
p this
return bool

IsOverride() public static method

public static IsOverride ( this p ) : bool
p this
return bool

IsSetterPublic() public static method

public static IsSetterPublic ( this p ) : bool
p this
return bool

NonGenericName() public static method

public static NonGenericName ( this type ) : string
type this
return string