D
Dirk Reske
hello,
how can I express this C++ statement in C#
const DETAILS = 2;
if (support & DETAILS)
{
.....
}
how can I express this C++ statement in C#
const DETAILS = 2;
if (support & DETAILS)
{
.....
}