mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
chore: Removing bad null reference warning
This commit is contained in:
@@ -89,7 +89,6 @@ namespace ICD.Common.Utils.Extensions
|
|||||||
/// <param name="key"></param>
|
/// <param name="key"></param>
|
||||||
/// <param name="defaultValue"></param>
|
/// <param name="defaultValue"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[CanBeNull]
|
|
||||||
[PublicAPI]
|
[PublicAPI]
|
||||||
public static TValue GetDefault<TKey, TValue>(this IDictionary<TKey, TValue> extends, TKey key, TValue defaultValue)
|
public static TValue GetDefault<TKey, TValue>(this IDictionary<TKey, TValue> extends, TKey key, TValue defaultValue)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user