C# Class TVSorter.FileResultExtensions

Extension methods for the FileResult class.
显示文件 Open project: a-jackson/tvsorter

Public Methods

Method Description
GetListViewItem ( this result ) : System.Windows.Forms.ListViewItem

Get the list view item that represents this file result.

Method Details

GetListViewItem() public static method

Get the list view item that represents this file result.
public static GetListViewItem ( this result ) : System.Windows.Forms.ListViewItem
result this /// The file result. ///
return System.Windows.Forms.ListViewItem