C# 클래스 ServiceStack.NativeTypes.Swift.SwiftGeneratorExtensions

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 프로퍼티들

프로퍼티 타입 설명
SwiftKeyWords HashSet

공개 메소드들

메소드 설명
AddGenericConstraints ( this typeDef ) : string
InheritedType ( this type ) : string
PropertyStyle ( this name ) : string
UnescapeReserved ( this name ) : string

메소드 상세

AddGenericConstraints() 공개 정적인 메소드

public static AddGenericConstraints ( this typeDef ) : string
typeDef this
리턴 string

InheritedType() 공개 정적인 메소드

public static InheritedType ( this type ) : string
type this
리턴 string

PropertyStyle() 공개 정적인 메소드

public static PropertyStyle ( this name ) : string
name this
리턴 string

UnescapeReserved() 공개 정적인 메소드

public static UnescapeReserved ( this name ) : string
name this
리턴 string

프로퍼티 상세

SwiftKeyWords 공개적으로 정적으로 프로퍼티

public static HashSet SwiftKeyWords
리턴 HashSet