protected void ExtractEnum(List <Dictionary <string, object> > rowdicts_list, string key, bool addNoneValue = false, string customEnumName = null)
        {
#if UNITY_EDITOR
            EnumGenerator.ExtractEnum(typeof(D).Name, key, rowdicts_list, addNoneValue, customEnumName);
#endif
        }