System::Collections::Generic::QueuePtr::QueuePtr 构造函数

QueuePtr::QueuePtr() constructor

构造空指针。

System::Collections::Generic::QueuePtr<T>::QueuePtr()

另见

QueuePtr::QueuePtr(const SharedPtr<Queue<T>>&) constructor

构造指向特定队列的指针。

System::Collections::Generic::QueuePtr<T>::QueuePtr(const SharedPtr<Queue<T>> &obj)
参数类型描述
objconst SharedPtr<Queue<T>>&Queue 用于指向。

另见