Search for Collections returned 99 packages
Displaying results 1 - 20.
-
Iesi.Collections
By:
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSe... More information
-
XAct.Collections
By:
An XActLib Assembly: common code specific Collections
-
Isg.Collections
By:
This package adds useful extension methods to .NET Framework types in the System.Collections namespace.
-
-
NETFx KeyValuePair.Create
By:
Provides the missing KeyValuePair.Create static method, following the same approach as the Tuple.Create one to avoid having to type the generic argument parameters and leverage type inference instead: i.e. KeyValuePair.Create("max", 25) creates a KeyValuePair<string, int>.
-
NETFx ICollection<T>.AddRange Extension Method
By:
AddRange extension method for ICollection<T>
-
Craig's Utility Library DataTypes Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Craig's Utility Library Events Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
NETFx ICollection<T>.AddRange Extension Method xUnit Tests
By:
xUnit tests for netfx-System.Collections.Generic.CollectionAddRange
-
An unofficial packaging of WIntellect's PowerCollections
By:
An unofficial packaging of WIntellect's PowerCollections. I needed one, couldn't find one on NuGet - so just whipped this up. Contact me know when an official package becomes available so that I can remove this one.
-
Craig's Utility Library IO Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Craig's Utility Library Reflection Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Supplemental Collections for .NET Micro Framework
By:
The .NET Micro Framework has a very small selection of rich storage types. This project provides additional collection types with different features.
-
NETFx KeyValuePair.Create xUnit Tests
By:
xUnit Tests for netfx-System.Collections.Generic.KeyValuePair
-
NETFx IDictionary<TKey, TValue>.Find Extension Method
By:
Finds a value by key in the dictionary, or returns the default value for TValue. Just like Linq FirstOrDefault().
-
NETFx CovariantExtensions
By:
Provides extension methods that allow to treat collections, enumerables and lists as covariant of a generic type other than their constructed type (i.e. for down-casting collections).
-
NETFx IEnumerable<T>.Traverse Extension Method
By:
Traverse an enumerable tree, depth or breadth first. Example: var dirs = new DirectoryInfo("C:\\") .Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories());
-
Craig's Utility Library
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
BinbinCollections
By:
集合比较扩展方法
-
NETFx IDictionary<TKey, TValue>.GetOrAdd Extension Method
By:
Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class.
- Previous
- Next