Mono Class Library: System Namespace

System.Converter<TInput,TOutput> Delegate

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

Type Parameters

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

Parameters

input
Documentation for this section has not yet been entered. [Edit]

Value

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

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.

[Edit]

Requirements

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