Share via


IsEmptyDynamicValue Constructor

 

Initializes a new instance of the IsEmptyDynamicValue class.

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

Overload List

Name Description
System_CAPS_pubmethod IsEmptyDynamicValue()

Initializes a new instance of the IsEmptyDynamicValue class.

System_CAPS_pubmethod IsEmptyDynamicValue(InArgument<DynamicValue>)

Initializes a new instance of the IsEmptyDynamicValue class.

See Also

IsEmptyDynamicValue Class
Microsoft.Activities Namespace

Return to top

IsEmptyDynamicValue Constructor ()

Initializes a new instance of the IsEmptyDynamicValue class.

Syntax

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

Return to top

IsEmptyDynamicValue Constructor (InArgument<DynamicValue>)

Initializes a new instance of the IsEmptyDynamicValue class.

Syntax

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

Parameters

Return to top