Méthode | Description | |
---|---|---|
EnsureProperty ( this obj, string propertyName, object propertyValue ) : void | ||
HasProperty ( this obj, string propertyName, object propertyValue = null ) : bool | ||
ToDynamic ( this record ) : dynamic | ||
ToDynamic ( object>.this |
http://coderjournal.com/2010/07/turning-json-into-a-expandoobject/
|
|
ToJson ( this expando ) : string |
public static EnsureProperty ( this obj, string propertyName, object propertyValue ) : void | ||
obj | this | |
propertyName | string | |
propertyValue | object | |
Résultat | void |
public static HasProperty ( this obj, string propertyName, object propertyValue = null ) : bool | ||
obj | this | |
propertyName | string | |
propertyValue | object | |
Résultat | bool |
public static ToDynamic ( this record ) : dynamic | ||
record | this | |
Résultat | dynamic |
public static ToDynamic ( object>.this |
||
dictionary | object>.this | |
Résultat | dynamic |
public static ToJson ( this expando ) : string | ||
expando | this | |
Résultat | string |