|
ExpandoData | PromoteClassCore (ExpandoClass oldClass, ExpandoClass newClass) |
|
DynamicMetaObject IDynamicMetaObjectProvider. | GetMetaObject (Expression parameter) |
|
void | TryAddMember (string key, object value) |
|
bool | TryGetValueForKey (string key, out object value) |
|
bool | ExpandoContainsKey (string key) |
|
void IDictionary< string, object >. | Add (string key, object value) |
|
bool IDictionary< string, object >. | ContainsKey (string key) |
|
bool IDictionary< string, object >. | Remove (string key) |
|
bool IDictionary< string, object >. | TryGetValue (string key, out object value) |
|
void ICollection< KeyValuePair< string, object > >. | Add (KeyValuePair< string, object > item) |
|
void ICollection< KeyValuePair< string, object > >. | Clear () |
|
bool ICollection< KeyValuePair< string, object > >. | Contains (KeyValuePair< string, object > item) |
|
void ICollection< KeyValuePair< string, object > >. | CopyTo (KeyValuePair< string, object >[] array, int arrayIndex) |
|
bool ICollection< KeyValuePair< string, object > >. | Remove (KeyValuePair< string, object > item) |
|
IEnumerator< KeyValuePair< string, object > > IEnumerable< KeyValuePair< string, object > >. | GetEnumerator () |
|
IEnumerator IEnumerable. | GetEnumerator () |
|
IEnumerator< KeyValuePair< string, object > > | GetExpandoEnumerator (ExpandoData data, int version) |
|
Definition at line 12 of file ExpandoObject.cs.