System::Collections::Generic::IEnumerable::LINQ_Concat method
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.Page for C++