System.Html.Speech.SpeechGrammarList.this C# (CSharp) Méthode

this() private méthode

private this ( int index ) : SpeechGrammar
index int
Résultat SpeechGrammar
        public SpeechGrammar this[int index]
        {
            get {
                return default(SpeechGrammar);
            }
        }