C# Class FileParserComparer

Class that implements parsing the single C# Script file Implementation of the IComparer for sorting operations of collections of FileParser instances
Inheritance: IComparer
ファイルを表示 Open project: oleg-shilo/cs-script

Public Methods

Method Description
Compare ( object x, object y ) : int

Method Details

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int