System.Html.Speech.SpeechGrammarList.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( int index ) : SpeechGrammar
index int
리턴 SpeechGrammar
        public SpeechGrammar this[int index]
        {
            get {
                return default(SpeechGrammar);
            }
        }