Class ActivityFunc<T, TResult>
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class ActivityFunc<T, TResult> : ActivityDelegate
Type Parameters
T
|
TResult
|
Constructors
ActivityFunc()
Declaration
public ActivityFunc()
Properties
Argument
Declaration
public DelegateInArgument<T> Argument { get; set; }
Property Value
DelegateInArgument<T>
|
Result
Declaration
public DelegateOutArgument<TResult> Result { get; set; }
Property Value
DelegateOutArgument<TResult>
|
Methods
GetResultArgument()
Declaration
protected override DelegateOutArgument GetResultArgument()
Returns
DelegateOutArgument
|