 | IDictionaryPropertyTKey, TItemWrapper, TItemItem Property |
Gets the element that has the specified key in the dictionary
Namespace:
TSD.API.Remoting.Common.PropertiesAssembly:
TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
SyntaxTItemWrapper this[
TKey key
] { get; }
ReadOnly Default Property Item (
key As TKey
) As TItemWrapper
Get
property TItemWrapper default[TKey key] {
TItemWrapper get (TKey key);
}
abstract Item : 'TItemWrapper with get
Parameters
- key
- Type: TKey
The key to get value for
Property Value
Type:
TItemWrapper
See Also