C# Class Smrf.AppLib.CountedWord

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

Protected Properties

Свойство Type Description
m_sWord String

Méthodes publiques

Méthode Description
CountedWord ( String word ) : System

Initializes a new instance of the CountedWord class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

CountedWord() public méthode

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

Property Details

m_sWord protected_oe property

protected String m_sWord
Résultat String