using System.Collections.Generic; namespace IStation { /// /// 功能生成器 /// public class FuncCreater { public static List GetFuncElements() { return new List() { }; } } }