System::Threading::Thread::operator= 方法

Thread::operator= method

从其他线程复制 TLS 数据。

Thread & System::Threading::Thread::operator=(const Thread &t)
参数类型描述
tconst Thread&Thread 复制数据。

ReturnValue

自身引用。

另见