TaskArgumentConverterAttribute.

TaskArgumentConverterAttribute(Type) Constructor

Summary

Initializes a new instance of the TaskArgumentConverterAttribute class.

Syntax

public TaskArgumentConverterAttribute(Type type)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
type Type The type of the ITaskArgumentTypeConverter.

Return Value

Type Description
void