System::Collections::Generic::IEnumerable::LINQ_Concat 方法
IEnumerable::LINQ_Concat method
连接两个序列。
SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Concat(SharedPtr<IEnumerable<T>> sequence)
| 参数 | 类型 | 描述 |
|---|---|---|
| 序列 | SharedPtr<IEnumerable<T>> | 该序列将与当前序列进行连接。 |
ReturnValue
一个包含两个输入序列的连接元素的 IEnumerable。
另见
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++