C# Class Smrf.AppLib.CountedWord

Stores a word that has been counted.
Inheritance: CountedTermBase
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_sWord String

Public Methods

Method Description
CountedWord ( String word ) : System

Initializes a new instance of the CountedWord class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

CountedWord() public method

Initializes a new instance of the CountedWord class.
public CountedWord ( String word ) : System
word String /// The word. Can't be null or empty. ///
return System

Property Details

m_sWord protected property

protected String m_sWord
return String