BTDB.FieldHandler.EnumFieldHandler.HandledType C# (CSharp) Method

HandledType() public method

public HandledType ( ) : Type
return System.Type
        public Type HandledType()
        {
            return _enumType ?? (_enumType = new EnumConfiguration(_configuration).ToType());
        }