Returns a sorted collection using the specified VGLogEntryComparer object.

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

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