Click or drag to resize

VGLogEntryCollectionGetSortedList Method

Returns a sorted collection using the specified VGLogEntryComparer object.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGLogEntryCollection GetSortedList(
	IComparer<VGLogEntry> comparer
)

Parameters

comparer
Type: System.Collections.GenericIComparerVGLogEntry
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