System.Dynamic.ExpandoObject Members

The members of System.Dynamic.ExpandoObject are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new ExpandoObject that does not have members.

Explicitly Implemented Interface Members

ICollection<KeyValuePair<string, object>>.AddDocumentation for this section has not yet been entered.
IDictionary<string, object>.AddDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<string, object>>.ClearDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<string, object>>.ContainsDocumentation for this section has not yet been entered.
IDictionary<string, object>.ContainsKeyDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<string, object>>.CopyToDocumentation for this section has not yet been entered.
[read-only]
ICollection<KeyValuePair<string, object>>.Countint. Documentation for this section has not yet been entered.
IEnumerable<KeyValuePair<string, object>>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumerator

Returns an enumerator that iterates through the collection.

System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject

The provided MetaObject will dispatch to the dynamic virtual methods. The object can be encapsulated inside another MetaObject to provide custom behavior for individual actions.

[read-only]
ICollection<KeyValuePair<string, object>>.IsReadOnlybool. Documentation for this section has not yet been entered.
IDictionary<string, object>.Itemobject. Documentation for this section has not yet been entered.
[read-only]
IDictionary<string, object>.KeysICollection<string>. Documentation for this section has not yet been entered.
ICollection<KeyValuePair<string, object>>.RemoveDocumentation for this section has not yet been entered.
IDictionary<string, object>.RemoveDocumentation for this section has not yet been entered.
IDictionary<string, object>.TryGetValueDocumentation for this section has not yet been entered.
[read-only]
IDictionary<string, object>.ValuesICollection<object>. Documentation for this section has not yet been entered.