System::Converter typedef

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 =  MulticastDelegate<TOutput(TInput)>

See Also