优化空引用
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Melskin.Appearance
|
||||
foreach (var key in dict.Keys.OfType<object>())
|
||||
{
|
||||
if (dict[key] is SolidColorBrush)
|
||||
keys.Add(key.ToString());
|
||||
keys.Add(key.ToString()!);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user