ImmutableDictionary<TKey, TValue>::IDictionary::Item Property (Object^)

 

Gets or sets the element with the specified key.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
property Object^ default[
	Object^ key
] {
	virtual Object^ get(Object^ key) sealed = IDictionary::default::get;
	virtual void set(Object^ key, Object^ value) sealed = IDictionary::default::set;
}

Parameters

key
Type: System::Object^

The key.

Property Value

Type: System::Object^
Return to top
Show: