C# 클래스 eveMarshal.PyDict

상속: PyObject
파일 보기 프로젝트 열기: stschake/eveMarshal 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string key ) : bool
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
Get ( string key ) : PyObject
PyDict ( ) : System.Collections.Generic
PyDict ( PyObject>.Dictionary dict ) : System.Collections.Generic
Set ( string key, PyObject value ) : void
ToString ( ) : string
this ( PyObject key ) : PyObject
this ( string key ) : PyObject

보호된 메소드들

메소드 설명
EncodeInternal ( BinaryWriter output ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

Decode() 공개 메소드

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
리턴 void

EncodeInternal() 보호된 메소드

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
리턴 void

Get() 공개 메소드

public Get ( string key ) : PyObject
key string
리턴 PyObject

PyDict() 공개 메소드

public PyDict ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PyDict() 공개 메소드

public PyDict ( PyObject>.Dictionary dict ) : System.Collections.Generic
dict PyObject>.Dictionary
리턴 System.Collections.Generic

Set() 공개 메소드

public Set ( string key, PyObject value ) : void
key string
value PyObject
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

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

this() 공개 메소드

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