Dynamicweb 8 Documentation
Sort() Method

Sorts the elements in the entire List using the default comparer.
Syntax
'Declaration
 
Public Overloads Shadows Sub Sort() 
public new void Sort()
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe default comparer Default cannot find an implementation of the IComparable generic interface or the System.IComparable interface for type T.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ModuleCollection Class
ModuleCollection Members
Overload List

Send Feedback