dotnetCHARTING Send comments on this topic.
GroupCollection Constructor
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class : GroupCollection Constructor


groupList
Creates a new instance of GropuCollection with the specified list of Group objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray groupList() As Group _
)
Visual Basic (Usage)Copy Code
Dim groupList() As Group
 
Dim instance As GroupCollection(groupList)
C# 
public GroupCollection( 
   params Group[] groupList
)

Parameters

groupList

See Also

© 2010 All Rights Reserved.