Browse Source

ScriptDocument.GetClassType is now public

Kenric Nugteren 1 tháng trước cách đây
mục cha
commit
3db7dbd0a4

+ 1 - 1
inabox.scripting/ScriptDocument.cs

@@ -207,7 +207,7 @@ public class ScriptDocument : INotifyPropertyChanged
         return prop != null ? prop.Value : defaultvalue;
         return prop != null ? prop.Value : defaultvalue;
     }
     }
 
 
-    private Type? GetClassType(string className = "Module")
+    public Type? GetClassType(string className = "Module")
     {
     {
         if (!compiled.HasValue)
         if (!compiled.HasValue)
         {
         {