Converter

Converter typedef

Represents a pointer to the invokable entity that accepts a single argument of the TInput type and returns a value of the TOutput type.

using System::Converter = typedef MulticastDelegate<TOutput(TInput)>

See Also