Change type of EnumLocaleData to struct (#19193)
authorJan Kotas <jkotas@microsoft.com>
Mon, 30 Jul 2018 14:16:11 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 14:16:11 +0000 (07:16 -0700)
commitba54b408472d7a4ded3c144d7c4791b991d58454
tree5e32f38aae250b374384b55a29b2d23e5c7879aa
parent93cf012db8396f5ea16f70b781a5de0d012fc65d
Change type of EnumLocaleData to struct (#19193)

Saves allocation and makes the code smaller. It had to be class before we had ref locals.
src/System.Private.CoreLib/shared/System/Globalization/CultureData.Windows.cs