Dictionary<(Of <(<'TKey, TValue>)>)>..::..Item Property
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[AccessorsIndexerAttribute] [NameAttribute] [NameAttribute] public TValue this[ TKey key ] { get; set; }
<AccessorsIndexerAttribute> _ <NameAttribute> _ <NameAttribute> _ Public Default Property Item ( _ key As TKey _ ) As TValue Get Set
[AccessorsIndexerAttribute] [NameAttribute] [NameAttribute] public: property TValue default[TKey key] { TValue get (TKey key); void set (TKey key, TValue value); }
Parameters
- key
- Type: TKey