ComponentOne Document Library for WPF
LabeledValues Constructor

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > LabeledValues Class : LabeledValues Constructor
The list of the LabeledValue objects.
Initializes a new instance of the LabeledValues collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As System.Collections.Generic.IList(Of LabeledValue) _
)
public LabeledValues( 
   System.Collections.Generic.IList<LabeledValue> items
)

Parameters

items
The list of the LabeledValue objects.
See Also

Reference

LabeledValues Class
LabeledValues Members