Microsoft.Activities.Extensions |
WorkflowArguments..::..Add Method (KeyValuePair<(Of <(<'String, Object>)>)>) |
WorkflowArguments Class See Also Send Feedback |
Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public void Add( KeyValuePair<string, Object> item ) |
Visual Basic |
---|
Public Sub Add ( _ item As KeyValuePair(Of String, Object) _ ) |
Visual C++ |
---|
public: virtual void Add( KeyValuePair<String^, Object^> item ) sealed |
Parameters
- item
- Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'String, Object>)>)>
The object to add to the ICollection<(Of <(<'T>)>)>.
Implements
ICollection<(Of <(<'T>)>)>..::..Add(T)Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |