The .NET runtime initializes all fields of reference types to their default values before running the constructor. In most cases, explicitly initializing a field to its default value in a constructor is redundant, adding maintenance costs and potentially degrading performancepull/5493/head
parent
42e45f93ac
commit
08ee2f7e32
Loading…
Reference in new issue