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

Item() public method

public Item ( int index ) : SpeechGrammar
index int
return SpeechGrammar
        public SpeechGrammar Item(int index)
        {
            return default(SpeechGrammar);
        }