ListDataSet.CopyFrom Method

Copies the contents of an IEnumerable object into this ListDataSet.

Syntax

  public void CopyFrom(
  System.Collections.IEnumerable  
  source
);

Parameters

source

System.Collections.IEnumerable.  The source enumeration to copy from.

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