ArcGIS API for Silverlight - Library Reference
GraphicCollection Constructor(IEnumerable<Graphic>)
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicCollection Class > GraphicCollection Constructor : GraphicCollection Constructor(IEnumerable<Graphic>)

collection
The collection from which the items are copied.
Initializes a new instance of the GraphicCollection class and populates it with items copied from the specified collection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal collection As IEnumerable(Of Graphic) _
)
C# 
public GraphicCollection( 
   IEnumerable<Graphic> collection
)

Parameters

collection
The collection from which the items are copied.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.