Class IDictionaryPropertyExtensions
Contains extension methods for IDictionaryProperty<TKey, TItemWrapper, TItem> interface
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting.dll
Syntax
public static class IDictionaryPropertyExtensions
Methods
| Name | Description |
|---|---|
| TryGetValue<TKey, TItem>(IDictionaryProperty<TKey, IPropertyWithValidValues<TItem>, TItem>, TKey, out IPropertyWithValidValues<TItem>) | Attempts to obtain a value associated with given key from this dictionary |
| TryGetValue<TKey, TItem>(IDictionaryProperty<TKey, IProperty<TItem>, TItem>, TKey, out IProperty<TItem>) | Attempts to obtain a value associated with given key from this dictionary |
| TryGetValue<TKey, TItem>(IDictionaryProperty<TKey, IReadOnlyProperty<TItem>, TItem>, TKey, out IReadOnlyProperty<TItem>) | Attempts to obtain a value associated with given key from this dictionary |