Show / Hide Table of Contents

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

Declaration
public DelegateArgument BoundArgument { get; }
Property Value
DelegateArgument

Direction

Declaration
public ArgumentDirection Direction { get; }
Property Value
ArgumentDirection

Name

Declaration
public string Name { get; }
Property Value
System.String

Type

Declaration
public Type Type { get; }
Property Value
System.Type

Back to top Generated by DocFX