Spread Silverlight Documentation
Comparer Property


Gets or sets the System.Collections.IComparer object for the method of comparison.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Comparer As System.Collections.IComparer
'Usage
 
Dim instance As SortInfo
Dim value As System.Collections.IComparer
 
instance.Comparer = value
 
value = instance.Comparer
[System.ComponentModel.DefaultValue()]
public System.Collections.IComparer Comparer {get; set;}

Property Value

An System.Collections.IComparer object for the method of comparison.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SortInfo Class
SortInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.