
@disciple_dev @pluralsight Ah - that's just an artifact of how the JIT compiler handles things during instance allocation. At this point in the demo, field Z is an integer (a value type), so it's zero-filled by default. Later, when it's redefined to string (a reference type), it would default to null.
English








