Guess type of null dictionary items

This commit is contained in:
Yoshi Askharoun
2025-07-18 19:57:50 -05:00
parent a7f7e0e3d4
commit b72918726b
3 changed files with 23 additions and 19 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-16"?>
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<Class Name="AddToCollection">
<Properties>
<List List="{null}" Name="Items" />
<Int32 Int32="-1" Name="PlaylistId" />
<Command Name="Start" />
<Command Command="{null}" Name="OnSuccess" />
</Properties>
</Class>
</UIX>