Property | Type | Description | |
---|---|---|---|
m_generalCharCategory | LgGeneralCharCategory | ||
m_isLetter | bool | ||
m_isPunctuation | bool | ||
m_isWordforming | bool |
Method | Description | |
---|---|---|
CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System |
Constructor.
|
public CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System | ||
generalCharCategory | LgGeneralCharCategory | |
isLetter | bool | |
isWordforming | bool | |
isPunctuation | bool | |
return | System |
public LgGeneralCharCategory m_generalCharCategory | ||
return | LgGeneralCharCategory |