System::TestPredicates::TypeTraits::IsList typedef

IsList typedef

يتحقق مما إذا كان النوع تخصصًا لـ System::Collections::Generic::List. إذا كان كذلك، يتم تعيين قيمة العضو إلى true، وإلا يتم تعيينها إلى false.

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

انظر أيضًا