AnyCodeInverse
Description
Inverse code settings. If DPM enabled then always Both version is used.
namespace AnyCodeInverse
{
enum Type
{
Regular,
Inverse,
Both
};
}
Inverse code settings. If DPM enabled then always Both version is used.
namespace AnyCodeInverse
{
enum Type
{
Regular,
Inverse,
Both
};
}