C# 클래스 Smrf.AppLib.CountedWord

Stores a word that has been counted.
상속: CountedTermBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_sWord String

공개 메소드들

메소드 설명
CountedWord ( String word ) : System

Initializes a new instance of the CountedWord class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

CountedWord() 공개 메소드

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

프로퍼티 상세

m_sWord 보호되어 있는 프로퍼티

protected String m_sWord
리턴 String