C
C# Learner
What's the best way to achieve the following?
public class MyClass
{
public const byte[] TwoConstBytes = new byte[] { 0x01, 0x02 };
}
public class MyClass
{
public const byte[] TwoConstBytes = new byte[] { 0x01, 0x02 };
}