コード例 #1
0
        public void Merge(object o)
        {
            I18NConfigCategory s = o as I18NConfigCategory;

            this.list.AddRange(s.list);
        }
コード例 #2
0
 public I18NConfigCategory()
 {
     Instance = this;
 }