Answer the question
In order to leave comments, you need to log in
Why doesn't using static directive work?
Hello.
why doesn't this design work?
using static Auto.Common.Constants;
namespace Auto
{
namespace Common
{
class Constants
{
public static int M = 1;
public static int N = 2;
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question