C# Class Consonants.Analyzer

Show file Open project: ajlopez/TddRocks

Public Methods

Method Description
Count ( string text, int length ) : int
GetConsonantPositions ( string text, int length ) : IList

Method Details

Count() public method

public Count ( string text, int length ) : int
text string
length int
return int

GetConsonantPositions() public method

public GetConsonantPositions ( string text, int length ) : IList
text string
length int
return IList