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, _
ByVal isPointOverridable As Boolean _
)
[C#]
public KeyValuePair(
string key,
object value,
bool isPointOverridable
);
KeyValuePair Class | KeyValuePair Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.