Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Recognition / SrgsGrammar / SrgsItemList.cs / 1 / SrgsItemList.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // Srgs Item only Element List. Derived from SrgsItemList // // History: // 5/1/2004 jeanfp Created from the Kurosawa Code //--------------------------------------------------------------------------- using System; using System.Collections.ObjectModel; using System.Speech.Internal; namespace System.Speech.Recognition.SrgsGrammar { ////// Summary description for SrgsItemList. /// [Serializable] internal class SrgsItemList : Collection{ //******************************************************************* // // Interfaces Implementations // //******************************************************************* #region Interfaces Implementations protected override void InsertItem (int index, SrgsItem item) { Helpers.ThrowIfNull (item, "item"); base.InsertItem (index, item); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // // Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // Srgs Item only Element List. Derived from SrgsItemList // // History: // 5/1/2004 jeanfp Created from the Kurosawa Code //--------------------------------------------------------------------------- using System; using System.Collections.ObjectModel; using System.Speech.Internal; namespace System.Speech.Recognition.SrgsGrammar { ////// Summary description for SrgsItemList. /// [Serializable] internal class SrgsItemList : Collection{ //******************************************************************* // // Interfaces Implementations // //******************************************************************* #region Interfaces Implementations protected override void InsertItem (int index, SrgsItem item) { Helpers.ThrowIfNull (item, "item"); base.InsertItem (index, item); } #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
- PreDigestedSignedInfo.cs
- ExpressionBinding.cs
- DataTableReaderListener.cs
- ParseHttpDate.cs
- MemberAccessException.cs
- MenuItem.cs
- TrustSection.cs
- DbConnectionStringCommon.cs
- TemplateXamlParser.cs
- ParallelForEach.cs
- QueryableDataSource.cs
- Profiler.cs
- DataKeyArray.cs
- DataException.cs
- HelpProvider.cs
- StringConverter.cs
- SignedPkcs7.cs
- DrawingContext.cs
- EventMap.cs
- SQLUtility.cs
- PLINQETWProvider.cs
- Rect3D.cs
- SchemaLookupTable.cs
- Part.cs
- TableDetailsRow.cs
- EFTableProvider.cs
- SqlLiftIndependentRowExpressions.cs
- MLangCodePageEncoding.cs
- ByteStream.cs
- HandledMouseEvent.cs
- ExecutorLocksHeldException.cs
- Typeface.cs
- OdbcConnection.cs
- DictionaryBase.cs
- NotImplementedException.cs
- RegexCharClass.cs
- TableRowGroup.cs
- IgnoreFileBuildProvider.cs
- TextDecorations.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- ActivityValidator.cs
- BitmapEffectDrawing.cs
- GreenMethods.cs
- ProviderSettingsCollection.cs
- ClientFormsAuthenticationMembershipProvider.cs
- CacheEntry.cs
- DesignerLinkAdapter.cs
- AppDomainProtocolHandler.cs
- TransactionsSectionGroup.cs
- DynamicDataResources.Designer.cs
- PerspectiveCamera.cs
- ZipIOCentralDirectoryFileHeader.cs
- ErrorLog.cs
- ListenerElementsCollection.cs
- XmlEnumAttribute.cs
- SqlRetyper.cs
- ObjectConverter.cs
- CssStyleCollection.cs
- AssociationSetEnd.cs
- RangeValueProviderWrapper.cs
- WebPartTransformerAttribute.cs
- SerializerWriterEventHandlers.cs
- DataObjectEventArgs.cs
- WindowsTreeView.cs
- Table.cs
- _LoggingObject.cs
- JsonFormatReaderGenerator.cs
- CancellationTokenRegistration.cs
- StylusButtonEventArgs.cs
- autovalidator.cs
- ToolStripSettings.cs
- IIS7WorkerRequest.cs
- FieldNameLookup.cs
- XPathDocument.cs
- IdentityModelStringsVersion1.cs
- ToolStripItemBehavior.cs
- SchemaTableOptionalColumn.cs
- TextPointer.cs
- RootAction.cs
- RegexInterpreter.cs
- HttpModulesInstallComponent.cs
- FrameAutomationPeer.cs
- ClusterRegistryConfigurationProvider.cs
- XmlDictionaryWriter.cs
- RoutedEventArgs.cs
- NegotiateStream.cs
- Vector3DIndependentAnimationStorage.cs
- PropertyPathConverter.cs
- Configuration.cs
- DataObject.cs
- ProgressBar.cs
- CharUnicodeInfo.cs
- CacheOutputQuery.cs
- OdbcCommand.cs
- ColorConverter.cs
- TableLayout.cs
- CodeFieldReferenceExpression.cs
- EventNotify.cs
- SettingsPropertyWrongTypeException.cs
- PolyQuadraticBezierSegment.cs