- Add public struct enumerator (avoids enumerator allocations) - Implement IReadOnlyList<string> - Rename indexer parameter name from "key" to "index" - Faster IndexOf (no more enumerator allocation & faster array enumeration) - Faster Contains (no more box allocation) - Faster CopyTo (no more enumerator allocation) - Faster Concat (no more enumerator allocations; use CopyTo) |
||
|---|---|---|
| .. | ||
| Microsoft.Framework.Primitives.Tests.xproj | ||
| StringValuesTests.cs | ||
| project.json | ||