HashSetTKey, TValueCopyTo - метод
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void CopyTo(
TValue[] array,
int arrayIndex
)
Public Sub CopyTo (
array As TValue(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<TValue>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : 'TValue[] *
arrayIndex : int -> unit
override CopyTo :
array : 'TValue[] *
arrayIndex : int -> unit
- array TValue
- The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
ICollectionTCopyTo(T, Int32)