C# Class eveMarshal.PyDict

Inheritance: PyObject
Afficher le fichier Open project: stschake/eveMarshal Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

Decode() public méthode

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

EncodeInternal() protected méthode

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
Résultat void

Get() public méthode

public Get ( string key ) : PyObject
key string
Résultat PyObject

PyDict() public méthode

public PyDict ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PyDict() public méthode

public PyDict ( PyObject>.Dictionary dict ) : System.Collections.Generic
dict PyObject>.Dictionary
Résultat System.Collections.Generic

Set() public méthode

public Set ( string key, PyObject value ) : void
key string
value PyObject
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

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

this() public méthode

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