IEnumerableToStr()
CollectionAssertHelper::IEnumerableToStr(const System::SharedPtr<System::Collections::Generic::IEnumerable<T>>&) method
Converts collection to string by joining string representations of elements.
template<typename T> static System::String System::CollectionAssertHelper::IEnumerableToStr(const System::SharedPtr<System::Collections::Generic::IEnumerable<T>> &ie)
Template parameters
Parameter | Description |
---|---|
T | Collection element type. |
Arguments
Parameter | Type | Description |
---|---|---|
ie | const System::SharedPtr<System::Collections::Generic::IEnumerable<T>>& | Collection to check. |
Return Value
Joint values of collection.
See Also
- Typedef SharedPtr
- Class String
- Class IEnumerable
- Struct CollectionAssertHelper
- Namespace System
- Library Aspose.Slides