C# Class xstream.Utilities.AlreadySerialisedDictionary

Afficher le fichier Open project: srushti/xstream.net

Méthodes publiques

Méthode Description
Add ( object value, string path ) : void
ContainsKey ( object value ) : bool
this ( object value ) : string

Method Details

Add() public méthode

public Add ( object value, string path ) : void
value object
path string
Résultat void

ContainsKey() public méthode

public ContainsKey ( object value ) : bool
value object
Résultat bool

this() public méthode

public this ( object value ) : string
value object
Résultat string