// set as static to prevent uncontrolled modification public static void SetValue(ACHashCode constant, int val) { constant.Value = val; }