C# 클래스 MsgPack.Serialization.WithIndexerOverload

파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
this ( int index ) : string
this ( string key ) : string

메소드 상세

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string