System.Html.Speech.SpeechGrammarList.AddFromString C# (CSharp) Method

AddFromString() public method

public AddFromString ( string @string ) : void
@string string
return void
        public void AddFromString(string @string)
        {
        }

Same methods

SpeechGrammarList::AddFromString ( string @string, double weight ) : void