IsEmptyDynamicValue Constructor

 

Initializes a new instance of the IsEmptyDynamicValue class.

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

NameDescription
System_CAPS_pubmethodIsEmptyDynamicValue()

Initializes a new instance of the IsEmptyDynamicValue class.

System_CAPS_pubmethodIsEmptyDynamicValue(InArgument<DynamicValue^>^)

Initializes a new instance of the IsEmptyDynamicValue class.

Return to top

IsEmptyDynamicValue Constructor ()

Initializes a new instance of the IsEmptyDynamicValue class.

public:
IsEmptyDynamicValue()
Return to top

IsEmptyDynamicValue Constructor (InArgument<DynamicValue^>^)

Initializes a new instance of the IsEmptyDynamicValue class.

public:
IsEmptyDynamicValue(
	InArgument<DynamicValue^>^ input
)

Parameters

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

The target DynamicValue.

Return to top
Show: