DevForce Help Reference
PropertyComparer Class
Members 


An implementation of the System.Collections.IComparer interface that operates using System.Reflection.PropertyInfo and System.ComponentModel.PropertyDescriptor instances. This functionally allows IComparers to be dynamically constructed for any property of an object.
Syntax
'Declaration
 
Public Class PropertyComparer 
   Implements System.Collections.IComparer 
'Usage
 
Dim instance As PropertyComparer
public class PropertyComparer : System.Collections.IComparer  
Inheritance Hierarchy

System.Object
   IdeaBlade.Core.PropertyComparer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyComparer Members
IdeaBlade.Core Namespace

Send Feedback