dotnet-core/release-notes/2.1/api-diff/2.0-vs-2.1_System.Collections.Specialized.md
2018-06-06 11:43:50 -07:00

12 lines
206 B
Markdown

# System.Collections.Specialized
``` diff
namespace System.Collections.Specialized {
public struct BitVector32 {
- public struct Section
+ public readonly struct Section
}
}
```