IDictionaryPropertyExtensions Class

Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.Common.PropertiesIDictionaryPropertyExtensions

Namespace:  TSD.API.Remoting.Common.Properties
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public static class IDictionaryPropertyExtensions
Methods
  NameDescription
Public methodStatic memberTryGetValueTKey, TItem(IDictionaryPropertyTKey, IPropertyTItem, TItem, TKey, IPropertyTItem)
Attempts to obtain a value associated with given key from this dictionary
Public methodStatic memberTryGetValueTKey, TItem(IDictionaryPropertyTKey, IPropertyWithValidValuesTItem, TItem, TKey, IPropertyWithValidValuesTItem)
Attempts to obtain a value associated with given key from this dictionary
Public methodStatic memberTryGetValueTKey, TItem(IDictionaryPropertyTKey, IReadOnlyPropertyTItem, TItem, TKey, IReadOnlyPropertyTItem)
Attempts to obtain a value associated with given key from this dictionary
Top
See Also