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