IDictionaryPropertyExtensions Methods

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