ABB.Swum.Nodes.PhraseNode.GetWord C# (CSharp) Méthode

GetWord() public méthode

Returns the word within the phrase at the given index.
public GetWord ( int wordIndex ) : WordNode
wordIndex int The index of the word to get.
Résultat WordNode
        public WordNode GetWord(int wordIndex) {
            return Words[wordIndex];
        }