Show / Hide Table of Contents

Class ActivityFunc<TResult>

Inheritance
System.Object
ActivityDelegate
ActivityFunc<TResult>
Inherited Members
ActivityDelegate.OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument>)
ActivityDelegate.ShouldSerializeDisplayName()
ActivityDelegate.ToString()
ActivityDelegate.DisplayName
ActivityDelegate.Handler
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

Overrides
ActivityDelegate.GetResultArgument()
Back to top Generated by DocFX