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


subValueList
Creates a new instance of SubValueCollection with the specified list of SubValue objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray subValueList() As SubValue _
)
Visual Basic (Usage)Copy Code
Dim subValueList() As SubValue
 
Dim instance As SubValueCollection(subValueList)
C# 
public SubValueCollection( 
   params SubValue[] subValueList
)

Parameters

subValueList

See Also

© 2010 All Rights Reserved.