C# Class CerealBox.DynamicDictionary

Inheritance: System.Dynamic.DynamicObject
Show file Open project: JonCanning/CerealBox Class Usage Examples

Public Methods

Method Description
DynamicDictionary ( string>.IDictionary dictionary ) : System.Collections.Generic
ToString ( ) : string
TryConvert ( ConvertBinder binder, object &result ) : bool
TryGetMember ( GetMemberBinder binder, object &result ) : bool

Method Details

DynamicDictionary() public method

public DynamicDictionary ( string>.IDictionary dictionary ) : System.Collections.Generic
dictionary string>.IDictionary
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

TryConvert() public method

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
return bool

TryGetMember() public method

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
return bool