C# Класс Unicoen.Apps.Loc.Util.BlankLoc

Показать файл Открыть проект

Открытые методы

Метод Описание
Count ( string inputPath ) : int

measure number of the lines which contain only space character(s) (the blank character, tab character and newline character)

Приватные методы

Метод Описание
CountForDirectory ( DirectoryInfo dirPath ) : int

count sum of blank LOC of all files in directory

CountForFile ( string filePath ) : int

count blank LOC of a file

Описание методов

Count() публичный статический Метод

measure number of the lines which contain only space character(s) (the blank character, tab character and newline character)
public static Count ( string inputPath ) : int
inputPath string
Результат int