Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / SrgsGrammar / SrgsElementList.cs / 1 / SrgsElementList.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // // History: // 5/1/2004 [....] Created from the Kurosawa Code //--------------------------------------------------------------------------- using System; using System.Collections.ObjectModel; using System.Speech.Internal; namespace System.Speech.Recognition.SrgsGrammar { ////// Summary description for SrgsElementList. /// [Serializable] internal class SrgsElementList : Collection{ //******************************************************************* // // Interfaces Implementations // //******************************************************************* #region Interfaces Implementations protected override void InsertItem (int index, SrgsElement element) { Helpers.ThrowIfNull (element, "element"); base.InsertItem (index, element); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignTimeParseData.cs
- PropertyRecord.cs
- FileDialog_Vista.cs
- ContainerVisual.cs
- ProfileSettingsCollection.cs
- HybridDictionary.cs
- TableTextElementCollectionInternal.cs
- ProxyAttribute.cs
- TransactionScope.cs
- IndexedString.cs
- Image.cs
- InternalsVisibleToAttribute.cs
- KnownTypesProvider.cs
- AudioFormatConverter.cs
- ExceptionList.cs
- CodeVariableReferenceExpression.cs
- DataGridViewLinkColumn.cs
- SafeEventLogWriteHandle.cs
- HierarchicalDataTemplate.cs
- AccessorTable.cs
- UnitySerializationHolder.cs
- XPathAncestorQuery.cs
- BinaryUtilClasses.cs
- ObjectQueryExecutionPlan.cs
- EventSetter.cs
- TextBox.cs
- TabControlAutomationPeer.cs
- ReflectTypeDescriptionProvider.cs
- SamlAdvice.cs
- CoTaskMemHandle.cs
- ToolStripControlHost.cs
- HttpModuleAction.cs
- ResolvePPIDRequest.cs
- MbpInfo.cs
- UntypedNullExpression.cs
- FontDialog.cs
- XamlReader.cs
- TextCollapsingProperties.cs
- SmtpSection.cs
- CallSiteHelpers.cs
- ForceCopyBuildProvider.cs
- TabPanel.cs
- SqlDataSourceTableQuery.cs
- AsyncPostBackTrigger.cs
- XmlCDATASection.cs
- DesignerAdapterUtil.cs
- Message.cs
- PointUtil.cs
- TargetPerspective.cs
- ChangePasswordDesigner.cs
- HostedBindingBehavior.cs
- shaperfactoryquerycacheentry.cs
- FileDialogPermission.cs
- Oid.cs
- QilNode.cs
- DateTimeFormat.cs
- KeyPullup.cs
- DataList.cs
- ExtensionQuery.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DecimalStorage.cs
- MobileListItem.cs
- IndicFontClient.cs
- SecurityTokenException.cs
- BindingExpressionUncommonField.cs
- ShapeTypeface.cs
- ProgramNode.cs
- GridViewDeleteEventArgs.cs
- ComponentManagerBroker.cs
- BaseProcessProtocolHandler.cs
- ListSortDescriptionCollection.cs
- RightsManagementEncryptionTransform.cs
- ListItemCollection.cs
- WriteStateInfoBase.cs
- NegationPusher.cs
- RealizationContext.cs
- ImpersonationOption.cs
- CodeConstructor.cs
- SystemKeyConverter.cs
- HiddenFieldPageStatePersister.cs
- OleDbRowUpdatedEvent.cs
- ConstrainedDataObject.cs
- SchemaImporterExtension.cs
- CallbackValidatorAttribute.cs
- ProtocolViolationException.cs
- Main.cs
- NCryptSafeHandles.cs
- XmlStreamedByteStreamReader.cs
- FullTextState.cs
- ApplicationFileParser.cs
- WebPartTracker.cs
- WebPartActionVerb.cs
- ReachDocumentSequenceSerializerAsync.cs
- SelectorAutomationPeer.cs
- TextRangeBase.cs
- PersonalizationStateInfoCollection.cs
- ServiceMetadataBehavior.cs
- PostBackOptions.cs
- TdsParserSafeHandles.cs
- Literal.cs