SynchronizedSuspendableObservableCollection<T>.CopyTo - метод |
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo (
array As T(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<T>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : 'T[] *
arrayIndex : int -> unit
override CopyTo :
array : 'T[] *
arrayIndex : int -> unit
Параметры
- array
- Тип:T[]
The one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing. - arrayIndex
- Тип: System.Int32
The zero-based index in array at which copying begins.
Реализации
ICollection<T>.CopyTo(T[], Int32)
Исключения
См. также