Visual Guard Class Library Documentation

VGRoleCollection.GetSortedList Method 

Returns a sorted collection using the specified VGRoleComparer object.

public VGRoleCollection GetSortedList(
   VGRoleComparer comparer
);

Parameters

comparer
A VGRoleComparer object used to compare the roles of the collection.

Return Value

A sorted collection

See Also

VGRoleCollection Class | Novalys.VisualGuard.Security.Membership Namespace