CSharpTest.Net
OrderedEnumeration<T> Constructor(IComparer<T>,IEnumerable<T>,ISerializer<T>)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > OrderedEnumeration<T> Class > OrderedEnumeration<T> Constructor : OrderedEnumeration<T> Constructor(IComparer<T>,IEnumerable<T>,ISerializer<T>)

comparer
unordered
serializer

Glossary Item Box

Constructs an ordered enumeration from an unordered enumeration

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal comparer As IComparer(Of T), _
   ByVal unordered As IEnumerable(Of T), _
   ByVal serializer As ISerializer(Of T) _
)
C# 
public OrderedEnumeration<T>( 
   IComparer<T> comparer,
   IEnumerable<T> unordered,
   ISerializer<T> serializer
)

Parameters

comparer
unordered
serializer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys