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

this() public méthode

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