Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetValueOrDefault< TKey, TValue >()
[1/2]
static ? TValue System.Collections.Generic.CollectionExtensions.GetValueOrDefault< TKey, TValue >
(
this
IReadOnlyDictionary
< TKey, TValue >
dictionary
,
TKey
key
)
inline
static
Definition at line
7
of file
CollectionExtensions.cs
.
8
{
9
return
dictionary
.GetValueOrDefault(
key
,
default
(TValue));
10
}
System.ExceptionArgument.key
@ key
System.ExceptionArgument.dictionary
@ dictionary
References
System.dictionary
, and
System.key
.
System
Collections
Generic
CollectionExtensions
Generated by
1.10.0