Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / LabeledValues Class / LabeledValues Constructor
The list of the LabeledValue objects.

In This Topic
    LabeledValues Constructor
    In This Topic
    Initializes a new instance of the LabeledValues collection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal items As IList(Of LabeledValue) _
    )
    public LabeledValues( 
       IList<LabeledValue> items
    )

    Parameters

    items
    The list of the LabeledValue objects.
    See Also