Mono Class Library: System Namespace

System.Converter<TInput,TOutput> Delegate

Represents the method that converts an object from one type to another.
public delegate TOutput Converter<TInput, TOutput> (TInput input)

Type Parameters

TInput
Documentation for this section has not yet been entered.
TOutput
Documentation for this section has not yet been entered.

Parameters

input
Documentation for this section has not yet been entered.

Value

The object converted to the target type.The object converted to the target type.Documentation for this section has not yet been entered.

Remarks

Note:

This delegate is used by the method Array.ConvertAll(T[], Converter<T,U>), and in List<T> to convert each elements of the collection from one type to another.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0