System::Converter typedef
Converter typedef
Rappresenta un puntatore all’entità invocabile che accetta un singolo argomento del tipo TInput e restituisce un valore del tipo TOutput.
using System::Converter = MulticastDelegate<TOutput(TInput)>
Vedi anche
- Namespace System
- Library Aspose.Font for C++