| 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
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7