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