You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConstructorInfoci=t.GetConstructor([])??thrownewInvalidOperationException($"Type {t.Name} doesn't have the mandatory public parameterless constructor");
29
+
vare=(SvgElement)ci.Invoke([]);
32
30
if(e.Name!="?"/* default name of abstract SvgElements */){
33
31
dict[e.Name]=e.GetType();
34
32
}
@@ -45,7 +43,7 @@ public static Hashtable BuildElementNameDictionary() {
0 commit comments