DynamicType Methods
Include Protected Members
Include Inherited Members
The DynamicType type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Add(KeyValuePair<String, Object>) | Adds a field to the collection. |
![]() |
Add(String, Object) | Adds a key/value pair to the collection. |
![]() |
Clear | Removes all the items. |
![]() |
Contains | Checks whether the collection contains a specific item. |
![]() |
ContainsKey | Checks whether the collection contains a specific key. |
![]() |
CopyTo | Copies the collection items to the specified array of key/value pairs starting at the specified index. |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator to the collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetSchema | Returns the XML schema of the dynamic type. |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
ReadXml | Reads an XML document of the dynamic type. |
![]() |
Remove(KeyValuePair<String, Object>) | Removes a key/value entry from the collection. |
![]() |
Remove(String) | Removes an item with a specified key string from the collection. |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | Searches for a value in the collection. |
![]() |
WriteXml | Writes an XML document. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IDictionary.Add | Adds a key/value pair to the collection. |
![]() ![]() |
IDictionary.Contains | Checks whether the collection contains an item with the specified key. |
![]() ![]() |
ICollection.CopyTo | Copies the collection items to the specified array starting at the specified index. |
![]() ![]() |
IDictionary.GetEnumerator | Returns an enumerator to the dictionary. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator to the collection. |
![]() ![]() |
IDictionary.Remove | Removes a specified field from the collection. |
Top
.gif)
.gif)
.gif)
.gif)