[NUI][EXaml] Support Array in EXaml
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / EXaml / Block / GatherMethodsBlock.cs
index 7fb1d8b..eb43080 100755 (executable)
@@ -72,7 +72,7 @@ namespace Tizen.NUI.EXaml
             int typeIndex = int.Parse(childOp.ValueList[0] as string);
             string name = childOp.ValueList[1] as string;
             var paramList = childOp.ValueList[2] as List<object>;
-            globalDataList.Operations.Add(new GatherMethod(globalDataList, typeIndex, name, paramList));
+            globalDataList.PreLoadOperations.Add(new GatherMethod(globalDataList, typeIndex, name, paramList));
         }
     }
 }