EDK4Net Documentation
EDK4Net Documentation
EDK4Net.Collections
OrderedDictionary(TKey, TValue) Class
OrderedDictionary(TKey, TValue) Methods
ICollection(KeyValuePair(TKey, TValue)).Add Method
IDictionary(TKey, TValue).Add Method
IDictionary.Add Method
ICollection(KeyValuePair(TKey, TValue)).Contains Method
IDictionary.Contains Method
ICollection(KeyValuePair(TKey, TValue)).CopyTo Method
ICollection.CopyTo Method
IEnumerable(KeyValuePair(TKey, TValue)).GetEnumerator Method
IDictionary.GetEnumerator Method
IEnumerable.GetEnumerator Method
IOrderedDictionary.GetEnumerator Method
IOrderedDictionary.Insert Method
ICollection(KeyValuePair(TKey, TValue)).Remove Method
IDictionary.Remove Method
Add Method
Clear Method
ContainsKey Method
IndexOfKey Method
Insert Method
Remove Method
RemoveAt Method
TryGetValue Method
OrderedDictionary
TKey
,
TValue
TryGetValue Method
Namespace:
EDK4Net.Collections
Assembly:
EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
Copy
public
bool
TryGetValue
( TKey
key
,
out
TValue
value
)
Parameters
key
Type:
TKey
value
Type:
TValue
Return Value
Type:
Boolean
Implements
IDictionary
TKey, TValue
TryGetValue(TKey, TValue
)
See Also
Reference
OrderedDictionary
TKey, TValue
Class
EDK4Net.Collections Namespace
Copyright Edika 2012-2021
Send comments on this topic to
EDK4Net Support