ListDictionary<TKey,TValue>.IDictionary<TKey,List<TValue>>.TryGetValue 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.
virtual bool System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.TryGetValue(TKey key, [Runtime::InteropServices::Out] System::Collections::Generic::List<TValue> ^ % value) = System::Collections::Generic::IDictionary<TKey, System::Collections::Generic::List<TValue> ^>::TryGetValue;
bool IDictionary<TKey,List<TValue>>.TryGetValue (TKey key, out System.Collections.Generic.List<TValue> value);
abstract member System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.TryGetValue : 'Key * List -> bool
override this.System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.TryGetValue : 'Key * List -> bool
Function TryGetValue (key As TKey, ByRef value As List(Of TValue)) As Boolean Implements IDictionary(Of TKey, List(Of TValue)).TryGetValue
Parameters
- key
- TKey
- value
- List<TValue>