BaseTool icon indicating copy to clipboard operation
BaseTool copied to clipboard

SerializedDictonary - Add Implicit/Explicit Cast from Dictonary to SerializedDictonary

Open AJulliard opened this issue 8 months ago • 0 comments

When having

var myDictonary = new Dictonary<>();

And if we want to cast to SerializedDictonary, either (SerializedDictonary)myDictonary and myDictonary as SerializedDictonary work. It could be usefull to be able to do it :)

AJulliard avatar Jun 18 '24 20:06 AJulliard