Class RuntimeDelegateArgument
Inheritance
System.Object
RuntimeDelegateArgument
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public sealed class RuntimeDelegateArgument : Object
Constructors
RuntimeDelegateArgument(String, Type, ArgumentDirection, DelegateArgument)
Declaration
public RuntimeDelegateArgument(string name, Type type, ArgumentDirection direction, DelegateArgument boundArgument)
Parameters
System.String
name
|
System.Type
type
|
ArgumentDirection
direction
|
DelegateArgument
boundArgument
|
Properties
BoundArgument
Direction
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Type
Declaration
public Type Type { get; }
Property Value
System.Type
|