Class DelegateInArgument<T>
Inheritance
System.Object
DelegateInArgument<T>
Inherited Members
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class DelegateInArgument<T> : DelegateInArgument
Type Parameters
T
|
Constructors
DelegateInArgument()
Declaration
public DelegateInArgument()
DelegateInArgument(String)
Declaration
public DelegateInArgument(string name)
Parameters
System.String
name
|
Properties
TypeCore
Declaration
protected override Type TypeCore { get; }
Property Value
System.Type
|
Overrides
Methods
Get(ActivityContext)
Set(ActivityContext, T)
Declaration
public void Set(ActivityContext context, T value)
Parameters
ActivityContext
context
|
T
value
|