/ Assembly List / LJCCodeLineCounter / CountProcessor

Namespace - LJCCodeLineCounter


Syntax

C#
public class CountProcessor

Performs "Find" processing on text files.

Public Methods
#ctor Initializes an object instance.
ProcessFolder Processes the files and sub-folders in this folder.
2 Methods

Fields
TotalFiles The total files processed.
TotalLevelFive The total files with greater than 2000 lines.
TotalLevelFour The total files with greater than 1000 lines.
TotalLevelOne The total files with greater than 100 lines.
TotalLevelThree The total files with greater than 500 lines.
TotalLevelTwo The total files with greater than 300 lines.
TotalLevelZero The total files with less than 100 lines.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.