System.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.5.22301.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>
System.Diagnostics.PerformanceCounter
by: Microsoft
- 8 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.
Commonly Used Types:
System.Diagnostics.PerformanceCounter
System.Private.Uri
by: Microsoft
- 1 total downloads
- Latest version: 4.0.1-beta-23409
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
System.Threading
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
Xamarin.Android.Support.Core.Utils
by: Xamarin Inc.
- 1 total downloads
- Latest version: 25.1.0-beta2
Core Utils Android Support Library C# bindings for Xamarin