Méthode | Description | |
---|---|---|
ConfigObject ( object>.IDictionary |
||
GetDynamicMemberNames ( ) : IEnumerable |
||
IsNullObject ( object obj ) : bool | ||
TryConvert ( |
||
TryGetIndex ( |
||
TryGetMember ( |
Méthode | Description | |
---|---|---|
ConvertValue ( object ret ) : object | ||
GetOrDefault ( string key ) : object |
public ConfigObject ( object>.IDictionary |
||
items | object>.IDictionary | |
Résultat | System |
public GetDynamicMemberNames ( ) : IEnumerable |
||
Résultat | IEnumerable |
public static IsNullObject ( object obj ) : bool | ||
obj | object | |
Résultat | bool |
public TryConvert ( |
||
binder | ||
result | object | |
Résultat | bool |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
Résultat | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
Résultat | bool |