fuget.org
System.Runtime
by Microsoft
4.0.20-beta-22605
13 Feb 15
Toggle Dropdown
Version 4
4.3.1
12 Feb 19
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.2
11 Mar 19
4.1.1
12 Feb 19
4.1.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.21-beta-23516
18 Nov 15
4.0.21-beta-23409
15 Oct 15
4.0.21-beta-23225
2 Sep 15
4.0.20
29 Jul 15
4.0.20-beta-23109
27 Jul 15
4.0.20-beta-23019
30 Jun 15
4.0.20-beta-22816
24 Apr 15
4.0.20-beta-22605
13 Feb 15
4.0.20-beta-22416
16 Jan 15
4.0.20-beta-22231
11 Nov 14
4.0.10
29 Jul 15
4.0.10-beta-23109
27 Jul 15
4.0.10-beta-23019
30 Jun 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
API Diff
Toggle Dropdown
Version 4
4.3.1
12 Feb 19
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.2
11 Mar 19
4.1.1
12 Feb 19
4.1.0
27 Jun 16
4.1.0-rc2-24027
16 May 16
4.0.21-beta-23516
18 Nov 15
4.0.21-beta-23409
15 Oct 15
4.0.21-beta-23225
2 Sep 15
4.0.20
29 Jul 15
4.0.20-beta-23109
27 Jul 15
4.0.20-beta-23019
30 Jun 15
4.0.20-beta-22816
24 Apr 15
4.0.20-beta-22605
13 Feb 15
4.0.20-beta-22416
16 Jan 15
4.0.20-beta-22231
11 Nov 14
4.0.10
29 Jul 15
4.0.10-beta-23109
27 Jul 15
4.0.10-beta-23019
30 Jun 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
System.Runtime.4.0.20-beta-22605.nupkg
nuget.org
License
<
PackageReference
Include
=
"System.Runtime"
Version
=
"4.0.20-beta-22605"
/>
Frameworks
aspnetcore50
contract
net45
portable-wpa81+wp80+win80+net45+aspnetcore50
.NET API
126,264 bytes
Assemblies
System.Runtime.dll
Namespaces
System
System.Collections
System.Collections.Generic
System.Collections.ObjectModel
System.ComponentModel
System.Diagnostics
System.Globalization
System.IO
System.Reflection
System.Runtime
System.Runtime.CompilerServices
System.Runtime.ExceptionServices
System.Runtime.InteropServices
System.Runtime.Versioning
System.Security
System.Text
System.Threading
Types
ICollection<T>
IComparer<T>
IDictionary<TKey, TValue>
IEnumerable<T>
IEnumerator<T>
IEqualityComparer<T>
IList<T>
IReadOnlyCollection<T>
IReadOnlyDictionary<TKey, TValue>
IReadOnlyList<T>
ISet<T>
KeyNotFoundException
KeyValuePair<TKey, TValue>
IComparer<T>
public
interface
IComparer
<
T
>
Documentation
int
Compare
(
T
x
,
T
y
)