System::ArrayPtr typedef

ArrayPtr typedef

‘指向数组’类型的别名。

using System::ArrayPtr =  SmartPtr<Array<T>>

另见