Not implemented on this TableBindingAdapter.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual void CopyTo(
	Array array,
	int index
)
Visual Basic (Declaration)
Public Overridable Sub CopyTo ( _
	array As Array, _
	index As Integer _
)

Parameters

array
Type: System..::.Array

index
Type: System..::.Int32

Implements

ICollection..::.CopyTo(Array, Int32)

Exceptions

ExceptionCondition
System..::.NotImplementedExceptionThis method has not been implemented.

See Also