Property this

this[TKey]

Gets the element that has the specified key in the dictionary

Declaration
TItemWrapper this[TKey key] { get; }
Parameters
Type Name Description
TKey key

The key to get value for

Property Value
Type Description
TItemWrapper
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next