System::Collections::Generic::IEnumerable::LINQ_Concat メソッド
IEnumerable::LINQ_Concat method
2 つのシーケンスを連結します。
SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Concat(SharedPtr<IEnumerable<T>> sequence)
| パラメーター | 型 | 説明 |
|---|---|---|
| シーケンス | SharedPtr<IEnumerable<T>> | シーケンスは現在のシーケンスと連結されます。 |
ReturnValue
2 つの入力シーケンスの連結された要素を含む IEnumerable 。
参照
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++