CollectionNodeCopyTo - метод
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public void CopyTo(
CollectionItemNode[] array,
int arrayIndex
)
Public Sub CopyTo (
array As CollectionItemNode(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<CollectionItemNode^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : CollectionItemNode[] *
arrayIndex : int -> unit
override CopyTo :
array : CollectionItemNode[] *
arrayIndex : int -> unit
- array CollectionItemNode
- 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)