ActiveReports.Chart Request technical support
KeyValuePair Constructor(String,Object)
See Also 


key
Specifies the name of the custom property as string.
value
Specifies the value of the object.
Initializes a new instance of the KeyValuePair class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String, _
   ByVal value As Object _
)
Visual Basic (Usage)Copy Code
Dim key As String
Dim value As Object
 
Dim instance As KeyValuePair(key, value)
C# 
public KeyValuePair( 
   string key,
   object value
)

Parameters

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.

See Also