How to declare the equivalent of a const array

	public static readonly byte[] MyConstArray = new byte[] { 1, 2, 3, 4 };