DynamicType Properties
Include Protected Members
Include Inherited Members
The DynamicType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of fields in the dynamic type. |
![]() |
IsReadOnly | Gets whether the dynamic type is read-only. |
![]() |
Item | Gets an item at a specific key. |
![]() |
Keys | Gets the collection of keys. |
![]() |
Name | Gets the name of the dynamic type. |
![]() |
Values | Gets the collection of field values in the dynamic type. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IDictionary.IsFixedSize | Gets a value that indicates whether the collection is of a fixed size. |
![]() ![]() |
IDictionary.IsReadOnly | Gets a value that indicates whether the collection is read-only. |
![]() ![]() |
ICollection.IsSynchronized | Gets whether the collection is synchronized. |
![]() ![]() |
IDictionary.Item | Gets or sets a field with the specified key. |
![]() ![]() |
IDictionary.Keys | Gets the keys in the collection. |
![]() ![]() |
ICollection.SyncRoot | Synchronizes the top level (root) of the collection. |
![]() ![]() |
IDictionary.Values | Gets the collection of values. |
Top
.gif)
.gif)
.gif)