CountDynamicValueItems Constructor

 

Initializes a new instance of the CountDynamicValueItems class.

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

NameDescription
System_CAPS_pubmethodCountDynamicValueItems()

Initializes a new instance of the CountDynamicValueItems class.

System_CAPS_pubmethodCountDynamicValueItems(InArgument<DynamicValue^>^)

Initializes a new instance of the CountDynamicValueItems class.

Return to top

CountDynamicValueItems Constructor ()

Initializes a new instance of the CountDynamicValueItems class.

public:
CountDynamicValueItems()
Return to top

CountDynamicValueItems Constructor (InArgument<DynamicValue^>^)

Initializes a new instance of the CountDynamicValueItems class.

public:
CountDynamicValueItems(
	InArgument<DynamicValue^>^ source
)

Parameters

source
Type: System.Activities::InArgument<DynamicValue^>^

The source DynamicValue.

Return to top
Show: