Returns a sorted collection using the specified VGRoleComparer object.

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

Syntax

C#
public VGRoleCollection GetSortedList(
	VGRoleComparer comparer
)
Visual Basic
Public Function GetSortedList ( 
	comparer As VGRoleComparer
) As VGRoleCollection

Parameters

comparer
Type: Novalys.VisualGuard.Security.Membership..::..VGRoleComparer
A VGRoleComparer object used to compare the roles of the collection.

Return Value

Type: VGRoleCollection
A sorted collection

See Also