C# Class xstream.Utilities.AlreadySerialisedDictionary

Show file Open project: srushti/xstream.net

Public Methods

Method Description
Add ( object value, string path ) : void
ContainsKey ( object value ) : bool
this ( object value ) : string

Method Details

Add() public method

public Add ( object value, string path ) : void
value object
path string
return void

ContainsKey() public method

public ContainsKey ( object value ) : bool
value object
return bool

this() public method

public this ( object value ) : string
value object
return string