Click or drag to resize

PartitionableListTPartialViewMCopyTo Method

[Missing <summary> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.CopyTo(`1[],System.Int32)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyTo(
	M[] array,
	int arrayIndex
)

Parameters

array  M

[Missing <param name="array"/> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.CopyTo(`1[],System.Int32)"]

arrayIndex  Int32

[Missing <param name="arrayIndex"/> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.CopyTo(`1[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also