System.Converter<TInput, TOutput> public sealed delegate Converter<TInput, TOutput> : MulticastDelegate Documentation Code namespace System { public delegate TOutput Converter<in TInput, out TOutput> (TInput input); }