Метод | Описание | |
---|---|---|
Main ( string args ) : int |
The program is to be invoked with one argument, the input file.
|
|
NotesFilter ( ) : System |
Constructor initializing this element filter
|
|
filter ( |
The function performing the filtering, here we just check that we have a valid element, and that it has notes.
|
public static Main ( string args ) : int | ||
args | string | command line arguments |
Результат | int |
public filter ( |
||
element | the current element | |
Результат | bool |