طريقة System::Text::StringBuilder::CopyTo

StringBuilder::CopyTo method

ينسخ بيانات المُنشئ إلى مواضع المصفوفة الحالية.

void System::Text::StringBuilder::CopyTo(int sourceIndex, System::ArrayPtr<char_t> const &destination, int destinationIndex, int count)
معاملنوعالوصف
sourceIndexintفهرس في الـ builder لبدء النسخ منه.
destinationSystem::ArrayPtr<char_t> const&مصفوفة الوجهة.
destinationIndexintفهرس في مصفوفة الوجهة لبدء الإدراج عنده.
countintعدد الأحرف للنسخ.

انظر أيضًا