namespace Serein.Library.Api { /// /// 枚举转换器接口 /// /// /// public interface IEnumConvertor { TValue Convertor(TEnum e); } }