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

StringBuilder::CopyTo method

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

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

انظر أيضًا