R
Romain TAILLANDIER
Hi group
How i can do that ?
public const byte[] B = new byte[] {0x01,0x02,0x03}
// compile error : expression must be constant.
I try a other declaration, but no results.
for the moment i make it readonly, but it is a little different ...
thanks
ROM
How i can do that ?
public const byte[] B = new byte[] {0x01,0x02,0x03}
// compile error : expression must be constant.
I try a other declaration, but no results.
for the moment i make it readonly, but it is a little different ...
thanks
ROM