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

AddFromString() public method

public AddFromString ( string @string, double weight ) : void
@string string
weight double
return void
        public void AddFromString(string @string, double weight)
        {
        }

Same methods

SpeechGrammarList::AddFromString ( string @string ) : void