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

ParameterDescription
TCollection element type.

Arguments

ParameterTypeDescription
ieconst System::SharedPtr<System::Collections::Generic::IEnumerable<T>>&Collection to check.

Return Value

Joint values of collection.

See Also