Share via


DynamicType Constructor (Int32)

Initializes a new instance of the DynamicType class with the specified number of child elements.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    numberOfChildren As Integer _
)
'Usage
Dim numberOfChildren As Integer

Dim instance As New DynamicType(numberOfChildren)
public DynamicType(
    int numberOfChildren
)

Parameters

  • numberOfChildren
    Type: System.Int32

    The initial number of slots for fields of this type.

See Also

Reference

DynamicType Class

DynamicType Members

DynamicType Overload

Microsoft.BusinessData.Runtime Namespace