Method | Description | |
---|---|---|
Contains ( string key ) : bool | ||
Decode ( Unmarshal context, MarshalOpcode op, |
||
Get ( string key ) : PyObject | ||
PyDict ( ) : System.Collections.Generic | ||
PyDict ( PyObject>.Dictionary |
||
Set ( string key, PyObject value ) : void | ||
ToString ( ) : string | ||
this ( PyObject key ) : PyObject | ||
this ( string key ) : PyObject |
Method | Description | |
---|---|---|
EncodeInternal ( |
public Decode ( Unmarshal context, MarshalOpcode op, |
||
context | Unmarshal | |
op | MarshalOpcode | |
source | ||
return | void |
protected EncodeInternal ( |
||
output | ||
return | void |
public PyDict ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PyDict ( PyObject>.Dictionary |
||
dict | PyObject>.Dictionary | |
return | System.Collections.Generic |
public Set ( string key, PyObject value ) : void | ||
key | string | |
value | PyObject | |
return | void |