C# Class eveMarshal.PyDict

Inheritance: PyObject
ファイルを表示 Open project: stschake/eveMarshal Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

Decode() public method

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

EncodeInternal() protected method

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
return void

Get() public method

public Get ( string key ) : PyObject
key string
return PyObject

PyDict() public method

public PyDict ( ) : System.Collections.Generic
return System.Collections.Generic

PyDict() public method

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

Set() public method

public Set ( string key, PyObject value ) : void
key string
value PyObject
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( PyObject key ) : PyObject
key PyObject
return PyObject

this() public method

public this ( string key ) : PyObject
key string
return PyObject