次の方法で共有


ListDictionary<TKey,TValue>.IDictionary<TKey,List<TValue>>.TryGetValue Method

Definition

 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>

Returns

Applies to