C# Class CerealBox.DynamicDictionary

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: JonCanning/CerealBox Class Usage Examples

Méthodes publiques

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

public DynamicDictionary ( string>.IDictionary dictionary ) : System.Collections.Generic
dictionary string>.IDictionary
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

TryConvert() public méthode

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
Résultat bool

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool