Tweak Enum.TryParse whitespace skipping slightly
authorstephentoub <stoub@microsoft.com>
Sat, 6 Feb 2016 15:04:43 +0000 (10:04 -0500)
committerstephentoub <stoub@microsoft.com>
Sat, 6 Feb 2016 15:04:43 +0000 (10:04 -0500)
commitf99876dd2443ce92ed417ec95e35a1e113f6dbed
treec6a82b06502d4eb5900afa725f45739761e79b6f
parentf3844de3892fb09c215370aa7e50132f4b23de3b
Tweak Enum.TryParse whitespace skipping slightly

As a simple addendum to my previous Enum.TryParse change, if the string
begins with whitespace, we already know where the whitespace ends, so we
don't need to retraverse it.
src/mscorlib/src/System/Enum.cs