ServiceModelConfigurationSectionGroupCollection.Sort Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sorts the elements in the List<T> or a portion of it.

Overload List

  Name Description
Public method Sort() Sorts the elements in the entire List<T> using the default comparer. (Inherited from List<T>.)
Public method Sort(Comparison<T>) Sorts the elements in the entire List<T> using the specified System.Comparison<T>. (Inherited from List<T>.)
Public method Sort(IComparer<T>) Sorts the elements in the entire List<T> using the specified comparer. (Inherited from List<T>.)
Public method Sort(Int32, Int32, IComparer<T>) Sorts the elements in a range of elements in List<T> using the specified comparer. (Inherited from List<T>.)

Top

See Also

Reference

ServiceModelConfigurationSectionGroupCollection Class

ServiceModelConfigurationSectionGroupCollection Members

System.ServiceModel.Install.Configuration Namespace