4.0.0-beta-22605
13 Feb 15
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Compare to version...
with 4.0.1
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Collections.Specialized"
Version
=
"4.0.0-beta-22605"
/>
API Differences between 4.0.0-beta-22605 and 4.0.1
11
Additions
11
Removals
System.Collections.Specialized
public
struct
BitVector32
public
bool
this
[
int
bit
] {
get
;
set
; }
public
BitVector32
(
int
data
)
public
bool
this
[
int
bit
] {
get
;
set
; }
public
BitVector32
(
int
data
)
public
class
HybridDictionary
:
ICollection
,
IEnumerable
,
IDictionary
public
HybridDictionary
(
int
initialSize
)
public
HybridDictionary
(
int
initialSize
)
public
abstract
class
NameObjectCollectionBase
:
ICollection
,
IEnumerable
protected
NameObjectCollectionBase
(
int
capacity
,
IEqualityComparer
equalityComparer
)
protected
NameObjectCollectionBase
(
int
capacity
,
IEqualityComparer
equalityComparer
)
protected
object
BaseGet
(
string
name
)
protected
object
BaseGet
(
string
name
)
protected
void
BaseSet
(
string
name
,
object
value
)
protected
void
BaseSet
(
string
name
,
object
value
)
public
class
NameValueCollection
:
NameObjectCollectionBase
public
string
this
[
string
name
] {
get
;
set
; }
public
string
this
[
string
name
] {
get
;
set
; }
public
NameValueCollection
(
IEqualityComparer
equalityComparer
)
public
NameValueCollection
(
IEqualityComparer
equalityComparer
)
public
virtual
string
Get
(
string
name
)
public
virtual
string
Get
(
string
name
)
public
virtual
string
[]
GetValues
(
string
name
)
public
virtual
string
[]
GetValues
(
string
name
)
public
class
OrderedDictionary
:
ICollection
,
IEnumerable
,
IDictionary
,
IOrderedDictionary
public
OrderedDictionary
(
int
capacity
)
public
OrderedDictionary
(
int
capacity
)