Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

 

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

private:
property TValue default[
	TKey key
] {
	virtual TValue get(TKey key) sealed = IDictionary<TKey, TValue>::default::get;
	virtual void set(TKey key, TValue value) sealed = IDictionary<TKey, TValue>::default::set;
}

Parameters

key
Type: TKey

Property Value

Type: TValue

Return to top
Show:
© 2017 Microsoft