System::FunctionPtr typedef

FunctionPtr typedef

具有默认调用约定的函数类型别名。

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

另见