DictionaryEntry(Object, Object) Oluşturucu

Tanım

Belirtilen anahtar ve değerle türünün bir örneğini DictionaryEntry başlatır.

public:
 DictionaryEntry(System::Object ^ key, System::Object ^ value);
public DictionaryEntry(object key, object value);
public DictionaryEntry(object key, object? value);
new System.Collections.DictionaryEntry : obj * obj -> System.Collections.DictionaryEntry
Public Sub New (key As Object, value As Object)

Parametreler

key
Object

Her anahtar/değer çiftinde tanımlanan nesne.

value
Object

ile keyilişkilendirilmiş tanım.

Özel durumlar

key null ve .NET Framework sürümü 1.0 veya 1.1'dir.

Şunlara uygulanır