Returns a sorted collection using the specified VGLogEntryComparer object.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGLogEntryCollection GetSortedList(
	IComparer<VGLogEntry> comparer
)
Visual Basic (Declaration)
Public Function GetSortedList ( _
	comparer As IComparer(Of VGLogEntry) _
) As VGLogEntryCollection

Parameters

comparer
Type: System.Collections.Generic..::.IComparer<(Of <(VGLogEntry>)>)
A VGLogEntryComparer object used to compare the members of the collection.

Return Value

A sorted collection using the specified VGLogEntryComparer object.

See Also