DictionaryExtensions.GetProperty<TKey,TValue> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static TValue GetProperty<TKey,TValue> (this System.Collections.Generic.IDictionary<TKey,TValue> dictionary, TKey property);
static member GetProperty : System.Collections.Generic.IDictionary<'Key, 'Value> * 'Key -> 'Value
<Extension()>
Public Function GetProperty(Of TKey, TValue) (dictionary As IDictionary(Of TKey, TValue), property As TKey) As TValue
Type Parameters
- TKey
- TValue
Parameters
- dictionary
- IDictionary<TKey,TValue>
- property
- TKey
Returns
TValue