ListDataSet.CopyTo Method

Copies the contents of this ListDataSet class to an array.

Syntax

  public void CopyTo(
  Array  
  array
  , 
  int  index
);

Parameters

array

System.Array.  The source array.

index

System.Int32.  The starting index that indicates where to copy the array.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also