Метод | Описание | |
---|---|---|
Count ( string inputPath ) : int |
measure number of the lines which contain only space character(s) (the blank character, tab character and newline character)
|
Метод | Описание | |
---|---|---|
CountForDirectory ( |
count sum of blank LOC of all files in directory
|
|
CountForFile ( string filePath ) : int |
count blank LOC of a file
|
public static Count ( string inputPath ) : int | ||
inputPath | string | |
Результат | int |