LineCounter.

LineCounter(string) Constructor

Summary

Constructs a line-counter for a string.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
LineCounter

Syntax

public LineCounter(string str)

Parameters

Name Type Description
str string string for which lines are counted.

Return Value

Type Description
void