PropertyBag.IDictionary.Item[Object] Property

Definition

property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
object System.Collections.IDictionary.Item[object key] { get; set; }
System.Collections.IDictionary.Item
 Property Item(key As Object) As Object Implements IDictionary.Item

Parameters

key
Object

Property Value

Implements

Applies to