_count | System.Dynamic.ExpandoObject | private |
_data | System.Dynamic.ExpandoObject | private |
_propertyChanged | System.Dynamic.ExpandoObject | private |
Add(string key, object value) | System.Dynamic.ExpandoObject | inlineprivate |
Add(KeyValuePair< string, object > item) | System.Dynamic.ExpandoObject | inlineprivate |
IDictionary< string, object?>.Add(TKey key, TValue value) | System.Collections.Generic.IDictionary< string, object?> | |
ICollection< KeyValuePair< string, object?> >.Add(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object?> > | |
Class | System.Dynamic.ExpandoObject | package |
Clear() | System.Dynamic.ExpandoObject | inlineprivate |
Contains(KeyValuePair< string, object > item) | System.Dynamic.ExpandoObject | inlineprivate |
ICollection< KeyValuePair< string, object?> >.Contains(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object?> > | |
ContainsKey(string key) | System.Dynamic.ExpandoObject | inlineprivate |
IDictionary< string, object?>.ContainsKey(TKey key) | System.Collections.Generic.IDictionary< string, object?> | |
CopyTo(KeyValuePair< string, object >[] array, int arrayIndex) | System.Dynamic.ExpandoObject | inlineprivate |
ICollection< KeyValuePair< string, object?> >.CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.ICollection< KeyValuePair< string, object?> > | |
Count | System.Dynamic.ExpandoObject | private |
ExpandoContainsKey(string key) | System.Dynamic.ExpandoObject | inlineprivate |
ExpandoObject() | System.Dynamic.ExpandoObject | inline |
GetEnumerator() | System.Dynamic.ExpandoObject | inlineprivate |
GetEnumerator() | System.Dynamic.ExpandoObject | inlineprivate |
GetExpandoEnumerator(ExpandoData data, int version) | System.Dynamic.ExpandoObject | inlineprivate |
GetMetaObject(Expression parameter) | System.Dynamic.ExpandoObject | inlineprivate |
IsDeletedMember(int index) | System.Dynamic.ExpandoObject | inlinepackage |
IsReadOnly | System.Dynamic.ExpandoObject | private |
Keys | System.Dynamic.ExpandoObject | private |
LockObject | System.Dynamic.ExpandoObject | package |
PromoteClass(object oldClass, object newClass) | System.Dynamic.ExpandoObject | inlinepackage |
PromoteClassCore(ExpandoClass oldClass, ExpandoClass newClass) | System.Dynamic.ExpandoObject | inlineprivate |
PropertyChanged | System.Dynamic.ExpandoObject | privateremovable |
Remove(string key) | System.Dynamic.ExpandoObject | inlineprivate |
Remove(KeyValuePair< string, object > item) | System.Dynamic.ExpandoObject | inlineprivate |
IDictionary< string, object?>.Remove(TKey key) | System.Collections.Generic.IDictionary< string, object?> | |
ICollection< KeyValuePair< string, object?> >.Remove(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object?> > | |
s_expandoCheckVersion | System.Dynamic.ExpandoObject | privatestatic |
s_expandoPromoteClass | System.Dynamic.ExpandoObject | privatestatic |
s_expandoTryDeleteValue | System.Dynamic.ExpandoObject | privatestatic |
s_expandoTryGetValue | System.Dynamic.ExpandoObject | privatestatic |
s_expandoTrySetValue | System.Dynamic.ExpandoObject | privatestatic |
this[string key] | System.Dynamic.ExpandoObject | private |
this[TKey key] | System.Collections.Generic.IDictionary< string, object?> | |
TryAddMember(string key, object value) | System.Dynamic.ExpandoObject | inlineprivate |
TryDeleteValue(object indexClass, int index, string name, bool ignoreCase, object deleteValue) | System.Dynamic.ExpandoObject | inlinepackage |
TryGetValue(object indexClass, int index, string name, bool ignoreCase, out object value) | System.Dynamic.ExpandoObject | inlinepackage |
TryGetValue(string key, out object value) | System.Dynamic.ExpandoObject | inlineprivate |
IDictionary< string, object?>.TryGetValue(TKey key,[MaybeNullWhen(false)] out TValue value) | System.Collections.Generic.IDictionary< string, object?> | |
TryGetValueForKey(string key, out object value) | System.Dynamic.ExpandoObject | inlineprivate |
TrySetValue(object indexClass, int index, object value, string name, bool ignoreCase, bool add) | System.Dynamic.ExpandoObject | inlinepackage |
Uninitialized | System.Dynamic.ExpandoObject | packagestatic |
Values | System.Dynamic.ExpandoObject | private |