| 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: 23.1.0.154
Syntax TItemWrapper 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 TKey
- The key to get value for
Property Value
TItemWrapperSee Also