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