System::TestPredicates::TypeTraits::IsEnumerable< T, Enable > Struct Template Reference

Checks if type has System::Collections::Generic::IEnumerable specialization as basetype. If so, value member is set to true, otherwise it is set to false. More...

Inherits false_type.

Detailed Description

template<typename T, typename Enable = void>
struct System::TestPredicates::TypeTraits::IsEnumerable< T, Enable >

Checks if type has System::Collections::Generic::IEnumerable specialization as basetype. If so, value member is set to true, otherwise it is set to false.

Template Parameters
TType to check.