SourceText.CopyTo
SourceText.CopyTo method
定义从源数组中获取 SourceText 的接口。
public abstract void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)
范围 | 类型 | 描述 |
---|---|---|
sourceIndex | Int32 | 来源索引。 |
destination | Char[] | 目的地。 |
destinationIndex | Int32 | 目的地索引。 |
count | Int32 | 整数计数。 |