Downloads » Nexus Family » Individual Omega Modules » Third Party References

Third Party Reference: System.Collections.Immutable

Please note that the downloads in this section are for advanced users only. They consist of individual module downloads for Nexus Family products in Omega2 format and require knowledge of Nexus Deployment in order to make use of. If you are looking to download products normally, please visit the main Nexus Family download area to view possible downloads. If you have an existing installation of a Nexus product and are looking to add a module onto it, or to update a module, you can do this using the module manager that the product provides.

Third Party Reference: System.Collections.Immutable
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: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack. From NuGet

Third Party Reference: System.Collections.Immutable

First Released: Not Yet Released
This item is coming soon and is not yet available for download!

All Past Releases

There are no current releases!