KeyValuePair Constructor(String,Object)
Initializes a new instance of the KeyValuePair class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal key As String, _
ByVal value As Object _
)
[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
KeyValuePair Class
| KeyValuePair Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.