DynamicType Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DynamicType class.
Overload List
Name | Description | |
---|---|---|
![]() |
DynamicType() | Initializes a new instance of the DynamicType class. |
![]() |
DynamicType(Int32) | Initializes a new instance of the DynamicType class with the specified number of child elements. |
![]() |
DynamicType(String) | Initializes a new instance of the DynamicType class with the specified object type name. |
![]() |
DynamicType(String, Int32) | Initializes a new instance of the DynamicType class with the specified object type name and number of child elements. |
Top