3 references to SrgsItem
System.Speech (3)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (3)
538public SrgsOneOf(params System.Speech.Recognition.SrgsGrammar.SrgsItem[] items) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 540public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 541public void Add(System.Speech.Recognition.SrgsGrammar.SrgsItem item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }