C# Class MsgPack.Serialization.KeyNameTransformers

显示文件 Open project: msgpack/msgpack-cli Class Usage Examples

Public Properties

Property Type Description
AsIs string>.Func

Public Methods

Method Description
ToLowerCamel ( string mayBeUpperCamel ) : string
ToUpperSnake ( string mayBeUpperCamel ) : string

Method Details

ToLowerCamel() public static method

public static ToLowerCamel ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
return string

ToUpperSnake() public static method

public static ToUpperSnake ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
return string

Property Details

AsIs public_oe static_oe property

public static Func AsIs
return string>.Func