public Data(bool isAlive) { Value = new global::Cell.IsAliveData(isAlive); }
public Data(global::Cell.IsAliveData value) { Value = value; }