Share via


CountDynamicValueItems Constructor

 

Initializes a new instance of the CountDynamicValueItems class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Overload List

Name Description
System_CAPS_pubmethod CountDynamicValueItems()

Initializes a new instance of the CountDynamicValueItems class.

System_CAPS_pubmethod CountDynamicValueItems(InArgument<DynamicValue>)

Initializes a new instance of the CountDynamicValueItems class.

See Also

CountDynamicValueItems Class
Microsoft.Activities Namespace

Return to top

CountDynamicValueItems Constructor ()

Initializes a new instance of the CountDynamicValueItems class.

Syntax

public CountDynamicValueItems()
public:
CountDynamicValueItems()
new : unit -> CountDynamicValueItems
Public Sub New

Return to top

CountDynamicValueItems Constructor (InArgument<DynamicValue>)

Initializes a new instance of the CountDynamicValueItems class.

Syntax

public CountDynamicValueItems(
    InArgument<DynamicValue> source
)
public:
CountDynamicValueItems(
    InArgument<DynamicValue^>^ source
)
new : 
        source:InArgument<DynamicValue> -> CountDynamicValueItems
Public Sub New (
    source As InArgument(Of DynamicValue)
)

Parameters

Return to top