Class IDictionaryPropertyExtensions

Contains extension methods for IDictionaryProperty<TKey, TItemWrapper, TItem> interface

Inheritance
IDictionaryPropertyExtensions
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

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