System.Linq 4.0.0-beta-23109
Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="3.0">
<id>System.Linq</id>
<version>4.0.0-beta-23109</version>
<title>System.Linq</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ).
Commonly Used Types:
System.Linq.Enumerable
System.Linq.IGrouping<TKey, TElement>
System.Linq.IOrderedEnumerable<TElement>
System.Linq.ILookup<TKey, TElement>
System.Linq.Lookup<TKey, TElement></description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework="Windows8.0" />
<group targetFramework="WindowsPhone8.0" />
<group targetFramework="WindowsPhoneApp8.1" />
<group targetFramework=".NETPlatform5.0">
<dependency id="System.Runtime" version="4.0.20-beta-23109" />
<dependency id="System.Collections" version="4.0.10-beta-23109" />
<dependency id="System.Resources.ResourceManager" version="4.0.0-beta-23109" />
<dependency id="System.Diagnostics.Debug" version="4.0.10-beta-23109" />
<dependency id="System.Runtime.Extensions" version="4.0.10-beta-23109" />
</group>
<group targetFramework=".NETCore5.0">
<dependency id="System.Runtime" version="4.0.20-beta-23109" />
<dependency id="System.Resources.ResourceManager" version="4.0.0-beta-23109" />
<dependency id="System.Collections" version="4.0.10-beta-23109" />
<dependency id="System.Diagnostics.Debug" version="4.0.10-beta-23109" />
<dependency id="System.Runtime.Extensions" version="4.0.10-beta-23109" />
</group>
</dependencies>
</metadata>
</package>