Show / Hide Table of Contents

Class DelegateOutArgument<T>

Inheritance
System.Object
LocationReference
DelegateArgument
DelegateOutArgument
DelegateOutArgument<T>
Inherited Members
DelegateArgument.Name
DelegateArgument.NameCore
DelegateArgument.Direction
LocationReference.Type
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class DelegateOutArgument<T> : DelegateOutArgument
Type Parameters
T

Constructors

DelegateOutArgument()

Declaration
public DelegateOutArgument()

DelegateOutArgument(String)

Declaration
public DelegateOutArgument(string name)
Parameters
System.String name

Properties

TypeCore

Declaration
protected override Type TypeCore { get; }
Property Value
System.Type

Overrides
LocationReference.TypeCore

Methods

Get(ActivityContext)

Declaration
public T Get(ActivityContext context)
Parameters
ActivityContext context

Returns
T

GetLocation(ActivityContext)

Declaration
public Location<T> GetLocation(ActivityContext context)
Parameters
ActivityContext context

Returns
Location<T>

Set(ActivityContext, T)

Declaration
public void Set(ActivityContext context, T value)
Parameters
ActivityContext context

T value

Back to top Generated by DocFX