ABB.Swum.Nodes.PhraseNode.RemoveWord C# (CSharp) Метод

RemoveWord() публичный Метод

Removes the word from the phrase at the given index.
public RemoveWord ( int wordIndex ) : void
wordIndex int The index of the word to remove.
Результат void
        public void RemoveWord(int wordIndex) {
            Words.RemoveAt(wordIndex);
        }