C# Class MsgPack.Serialization.WithIndexerOverload

Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
this ( int index ) : string
this ( string key ) : string

Method Details

this() public méthode

public this ( int index ) : string
index int
Résultat string

this() public méthode

public this ( string key ) : string
key string
Résultat string