







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Algorithms contains a number of static methods that implement
algorithms that work on collections. Most of the methods deal with
the standard generic collection interfaces such as IEnumerable<T>,
ICollection<T> and IList<T>.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public static class Algorithms |
Visual Basic (Declaration) |
---|
Public NotInheritable Class Algorithms |
Visual C++ |
---|
public ref class Algorithms abstract sealed |
Inheritance Hierarchy
See Also
Algorithms Members
Wintellect.PowerCollections Namespace