C# 클래스 MsgPack.Serialization.KeyNameTransformers

파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AsIs string>.Func

공개 메소드들

메소드 설명
ToLowerCamel ( string mayBeUpperCamel ) : string
ToUpperSnake ( string mayBeUpperCamel ) : string

메소드 상세

ToLowerCamel() 공개 정적인 메소드

public static ToLowerCamel ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
리턴 string

ToUpperSnake() 공개 정적인 메소드

public static ToUpperSnake ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
리턴 string

프로퍼티 상세

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

public static Func AsIs
리턴 string>.Func