Initializes an instance of the DictionaryEntry class.
[Visual Basic] Public Sub New( _ ByVal key As Object, _ ByVal value As Object _ ) [C#] public DictionaryEntry( object key, object value ); [C++] public: DictionaryEntry( Object* key, Object* value ); [JScript] public function DictionaryEntry( key : Object, value : Object );
DictionaryEntry Structure | DictionaryEntry Members | System.Collections Namespace