C# Class MsgPack.Serialization.KeyNameTransformers

Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Méthodes publiques

Свойство Type Description
AsIs string>.Func

Méthodes publiques

Méthode Description
ToLowerCamel ( string mayBeUpperCamel ) : string
ToUpperSnake ( string mayBeUpperCamel ) : string

Method Details

ToLowerCamel() public static méthode

public static ToLowerCamel ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
Résultat string

ToUpperSnake() public static méthode

public static ToUpperSnake ( string mayBeUpperCamel ) : string
mayBeUpperCamel string
Résultat string

Property Details

AsIs public_oe static_oe property

public static Func AsIs
Résultat string>.Func