| C# |
|---|
| public class CountProcessor |
| #ctor | Initializes an object instance. |
| ProcessFolder | Processes the files and sub-folders in this folder. |
| 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. |