Enumeration
列挙
NSGrammaticalGender
A representation of grammatical gender, used for inflecting strings.
文字列の屈折に使われる、ある文法的性の表現。
Declaration
宣言
typedef enum NSGrammaticalGender : NSInteger
{
...
} NSGrammaticalGender;
Topics
話題
Determining Grammatical Gender
文法的性を決定する
See Also
参照
Accessing Grammatical Properties
文法的プロパティにアクセスする
unspecified
A Boolean value that indicates whether this instance specifies no particular grammar.
あるブール値、それはこのインスタンスが特定の文法を指定しないのかどうかを指し示します。
grammaticalGender
The grammatical gender used for inflecting strings with this morphology.
この語形論で文字列を屈折(語形変化)するのに使われる文法的性。
number
The grammatical number used for inflecting strings with this morphology.
この語形論で文字列を屈折するために使われる文法的数。
NSGrammaticalNumber
A representation of grammatical number, used for inflecting strings.
文字列の屈折に使われる、ある文法的数の表現。
partOfSpeech
The grammatical part of speech used for inflecting strings with this morphology.
この語形論で文字列を屈折(語形変化)するのに使われる文法的品詞。
NSGrammaticalPartOfSpeech
A representation of grammatical parts of speech, used for inflecting strings.
文字列の屈折に使われる、ある文法的品詞の表現。