InArgument<T>.FromDelegateArgument(DelegateArgument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes and returns a new InArgument<T> using the specified DelegateArgument.
public:
static System::Activities::InArgument<T> ^ FromDelegateArgument(System::Activities::DelegateArgument ^ delegateArgument);
public static System.Activities.InArgument<T> FromDelegateArgument (System.Activities.DelegateArgument delegateArgument);
static member FromDelegateArgument : System.Activities.DelegateArgument -> System.Activities.InArgument<'T>
Public Shared Function FromDelegateArgument (delegateArgument As DelegateArgument) As InArgument(Of T)
Parameters
- delegateArgument
- DelegateArgument
The value of the argument.
Returns
The new argument.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.