﻿<?xml version="1.0" encoding="utf-8"?><Type Name="Converter&lt;TInput,TOutput&gt;" FullName="System.Converter&lt;TInput,TOutput&gt;"><TypeSignature Language="C#" Value="public delegate TOutput Converter&lt;in TInput,out TOutput&gt;(TInput input);" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Converter`2&lt;- TInput, + TOutput&gt; extends System.MulticastDelegate" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><TypeParameters><TypeParameter Name="TInput"><Constraints><ParameterAttribute>Contravariant</ParameterAttribute></Constraints></TypeParameter><TypeParameter Name="TOutput"><Constraints><ParameterAttribute>Covariant</ParameterAttribute></Constraints></TypeParameter></TypeParameters><Base><BaseTypeName>System.Delegate</BaseTypeName></Base><Parameters><Parameter Name="input" Type="TInput" /></Parameters><ReturnValue><ReturnType>TOutput</ReturnType></ReturnValue><Docs><typeparam name="TInput">To be added.</typeparam><typeparam name="TOutput">To be added.</typeparam><param name="input">To be added.</param><returns><para>The object converted to the target type.</para></returns><returns><para>The object converted to the target type.</para></returns><returns>To be added.</returns><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This delegate is used by the <see cref="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})" /> method of the <see cref="T:System.Array" /> class and the <see cref="M:System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})" /> method of the <see cref="T:System.Collections.Generic.List`1" /> class to convert each element of the collection from one type to another.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a method that converts an object from one type to another type.</para></summary></Docs></Type>