Base:
method
CreateElement
System.Speech.Internal.GrammarBuilding.GrammarBuilderBase.CreateElement(System.Speech.Internal.SrgsParser.IElementFactory, System.Speech.Internal.SrgsParser.IElement, System.Speech.Internal.SrgsParser.IRule, System.Speech.Internal.GrammarBuilding.IdentifierCollection)
1 reference to CreateElement
System.Speech (1)
Internal\GrammarBuilding\OneOfElement.cs (1)
38IItem element = (IItem)newItem.CreateElement(elementFactory, oneOf, rule, ruleIds);