IsList

IsList typedef

Checks if type is a System::Collections::Generic::List specialization. If so, value member is set to true, otherwise it is set to false.

using System::TestPredicates::TypeTraits::IsList = typedef std::is_same<T, System::Collections::Generic::List<typename T::ValueType> >

See Also