Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("FtpItemComparer has been deprecated. Please use Rebex.IO.FileSystemItemComparer instead.",  _
	False)> _
Public Class FtpItemComparer _
	Inherits FileSystemItemComparer
C#
[ObsoleteAttribute("FtpItemComparer has been deprecated. Please use Rebex.IO.FileSystemItemComparer instead.", 
	false)]
public class FtpItemComparer : FileSystemItemComparer

Inheritance Hierarchy

System..::..Object
  Rebex.IO..::..FileSystemItemComparer
    Rebex.Net..::..FtpItemComparer

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also