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: