Returns a sorted collection using the specified VGLogEntryComparer object.

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

Syntax

C#
public VGLogEntryCollection GetSortedList(
	IComparer<VGLogEntry> comparer
)
Visual Basic
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

Type: VGLogEntryCollection
A sorted collection using the specified VGLogEntryComparer object.

See Also