[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public TValue this[ TKey key ]{ get;}
Public ReadOnly Default Property Item ( _ key As TKey _ ) As TValue
public: property TValue default[TKey key] { TValue get (TKey key); }
- key (TKey)