C# Class TVSorter.FileResultExtensions

Extension methods for the FileResult class.
Afficher le fichier Open project: a-jackson/tvsorter

Méthodes publiques

Méthode Description
GetListViewItem ( this result ) : System.Windows.Forms.ListViewItem

Get the list view item that represents this file result.

Method Details

GetListViewItem() public static méthode

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