System.Collections.Immutable 6.0.0-preview.6.21352.12
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<T>
System.Collections.Immutable.ImmutableDictionary
System.Collections.Immutable.ImmutableDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableHashSet
System.Collections.Immutable.ImmutableHashSet<T>
System.Collections.Immutable.ImmutableList
System.Collections.Immutable.ImmutableList<T>
System.Collections.Immutable.ImmutableQueue
System.Collections.Immutable.ImmutableQueue<T>
System.Collections.Immutable.ImmutableSortedDictionary
System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>
System.Collections.Immutable.ImmutableSortedSet
System.Collections.Immutable.ImmutableSortedSet<T>
System.Collections.Immutable.ImmutableStack
System.Collections.Immutable.ImmutableStack<T>
Showing the top 20 packages that depend on System.Collections.Immutable.
| Packages | Downloads |
|---|---|
|
WTelegramClient
Telegram Client API (MTProto) library written 100% in C# and .NET Standard | Latest API layer: 181
Release Notes:
API Layer 181: Fact check, Message effects, Payment stars...
|
1 |
|
WTelegramClient
Telegram Client API (MTProto) library written 100% in C# and .NET Standard | Latest API layer: 192
Release Notes:
Improved HTTP mode reliability
|
1 |
|
WTelegramClient
Telegram Client API (MTProto) library written 100% in C# and .NET Standard | Latest API layer: 214
Release Notes:
HtmlToEntities tolerate unclosed &.. html entities
|
1 |
|
Stripe.net
Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)
|
1 |
|
protobuf-net.Core
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
|
1 |
MonoAndroid 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
MonoTouch 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
.NET Framework 4.6.1
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
.NET 6.0
- No dependencies.
.NET Core 2.1
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
.NET Standard 2.0
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
Xamarin.iOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
Xamarin.Mac 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
Xamarin.TVOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)
Xamarin.WatchOS 1.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0-preview.6.21352.12)