C# Class ServiceStack.NativeTypes.Swift.SwiftGeneratorExtensions

ファイルを表示 Open project: ServiceStack/ServiceStack

Public Properties

Property Type Description
SwiftKeyWords HashSet

Public Methods

Method Description
AddGenericConstraints ( this typeDef ) : string
InheritedType ( this type ) : string
PropertyStyle ( this name ) : string
UnescapeReserved ( this name ) : string

Method Details

AddGenericConstraints() public static method

public static AddGenericConstraints ( this typeDef ) : string
typeDef this
return string

InheritedType() public static method

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

PropertyStyle() public static method

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

UnescapeReserved() public static method

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

Property Details

SwiftKeyWords public_oe static_oe property

public static HashSet SwiftKeyWords
return HashSet