System::TestPredicates::TypeTraits::BothEnumerable typedef
BothEnumerable typedef
يتحقق مما إذا كان كلا معلمي النوع من النوع IEnumerable. إذا كان كذلك، يتم تعيين عضو القيمة إلى true، وإلا يكون false.
using System::TestPredicates::TypeTraits::BothEnumerable = std::integral_constant<bool, IsEnumerable<T1>::value && IsEnumerable<T2>::value>
انظر أيضًا
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Page for C++