System.Collections.Immutable
75 lines
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="2.12">
<metadata>
<id>System.Collections.Immutable</id>
<id>System.Collections.Immutable</id>
<version>6.0.0-preview.6.21352.12</version>
<version>6.0.0-dev</version>
<title>System.Collections.Immutable</title>
<authors>Microsoft</authors>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
<description>This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
Commonly Used Types:
Commonly Used Types:
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableArray<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T></description>
System.Collections.Immutable.ImmutableStack<T></description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="770d630b283ec1be4a8ed41ac78e13ec1fd957b1" />
<repository type="git" url="https://github.com/dotnet/runtime" commit="0000000000000000000000000000000000000000" />
<dependencies>
<dependencies>
<group targetFramework="MonoAndroid1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
<group targetFramework="MonoTouch1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
<group targetFramework=".NETFramework4.6.1">
<group targetFramework=".NETFramework4.6.1">
<dependency id="System.Memory" version="4.5.4" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-dev" exclude="Build,Analyzers" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
<dependency id="System.Memory" version="4.5.4" exclude="Build,Analyzers" />
</group>
</group>
<group targetFramework="net6.0" />
<group targetFramework="net6.0">
<group targetFramework=".NETCoreApp2.1">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-dev" exclude="Build,Analyzers" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
</group>
<group targetFramework=".NETStandard2.0">
<group targetFramework=".NETStandard2.0">
<dependency id="System.Memory" version="4.5.4" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-dev" exclude="Build,Analyzers" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
<dependency id="System.Memory" version="4.5.4" exclude="Build,Analyzers" />
</group>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
<group targetFramework="Xamarin.Mac2.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
<group targetFramework="Xamarin.TVOS1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
<group targetFramework="Xamarin.WatchOS1.0">
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0-preview.6.21352.12" />
</group>
</group>
</dependencies>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</metadata>
</package>
</package>