8 types derived from SrgsElement
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
505public partial class SrgsItem : System.Speech.Recognition.SrgsGrammar.SrgsElement 525public partial class SrgsNameValueTag : System.Speech.Recognition.SrgsGrammar.SrgsElement 535public partial class SrgsOneOf : System.Speech.Recognition.SrgsGrammar.SrgsElement 567public partial class SrgsRuleRef : System.Speech.Recognition.SrgsGrammar.SrgsElement 598public partial class SrgsSemanticInterpretationTag : System.Speech.Recognition.SrgsGrammar.SrgsElement 606public partial class SrgsSubset : System.Speech.Recognition.SrgsGrammar.SrgsElement 615public partial class SrgsText : System.Speech.Recognition.SrgsGrammar.SrgsElement 623public partial class SrgsToken : System.Speech.Recognition.SrgsGrammar.SrgsElement
7 references to SrgsElement
System.Speech (7)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
510public SrgsItem(int min, int max, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 512public SrgsItem(params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 514public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 519public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 554public SrgsRule(string id, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 556public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 564public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }