System::FunctionPtr typedef

FunctionPtr typedef

函数类型的别名,使用默认调用约定。

using System::FunctionPtr =  ReturnT(*)(ArgsT...)

另见