Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / 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 jeanfp 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. //---------------------------------------------------------------------------- // // // Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: // // 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 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
- SqlGenericUtil.cs
- WmlLinkAdapter.cs
- EmptyCollection.cs
- HttpCapabilitiesEvaluator.cs
- DataObjectPastingEventArgs.cs
- BitmapEffect.cs
- FixedElement.cs
- Configuration.cs
- FindSimilarActivitiesVerb.cs
- ClientSession.cs
- AccessDataSourceView.cs
- SmiMetaDataProperty.cs
- WebSysDisplayNameAttribute.cs
- TraceSwitch.cs
- AuthenticationServiceManager.cs
- CompoundFileStorageReference.cs
- CodeMemberField.cs
- DebugView.cs
- ProcessHost.cs
- serverconfig.cs
- AssociationType.cs
- DecimalAnimation.cs
- ParameterEditorUserControl.cs
- ImageMetadata.cs
- ManagedWndProcTracker.cs
- CheckPair.cs
- SqlException.cs
- ImageConverter.cs
- UnsafeMethods.cs
- IdnMapping.cs
- _RequestCacheProtocol.cs
- OptimalTextSource.cs
- Border.cs
- CriticalExceptions.cs
- TraceSource.cs
- ModelTreeEnumerator.cs
- SmiEventSink_DeferedProcessing.cs
- GridViewEditEventArgs.cs
- SafeNativeMethods.cs
- DescriptionAttribute.cs
- SyntaxCheck.cs
- ObjectContext.cs
- DateTimeParse.cs
- WebResponse.cs
- TextUtf8RawTextWriter.cs
- ObjectNavigationPropertyMapping.cs
- ContentFilePart.cs
- EdmToObjectNamespaceMap.cs
- InternalResources.cs
- PieceNameHelper.cs
- SHA512.cs
- HandlerFactoryWrapper.cs
- OptimizedTemplateContent.cs
- XmlSchemaInferenceException.cs
- MessageBox.cs
- fixedPageContentExtractor.cs
- TableHeaderCell.cs
- SoapParser.cs
- AvTrace.cs
- ThemeDirectoryCompiler.cs
- MethodCallConverter.cs
- SocketInformation.cs
- OleDbPropertySetGuid.cs
- HttpProfileGroupBase.cs
- CannotUnloadAppDomainException.cs
- HtmlImage.cs
- RangeBaseAutomationPeer.cs
- UrlPath.cs
- SingleObjectCollection.cs
- TextBoxRenderer.cs
- SchemaConstraints.cs
- TypeToken.cs
- StylusTip.cs
- MailHeaderInfo.cs
- WebPartDisplayMode.cs
- ToolZone.cs
- UrlPath.cs
- SingleObjectCollection.cs
- AsyncPostBackTrigger.cs
- DependencyObjectValidator.cs
- TypedRowHandler.cs
- WebConfigurationFileMap.cs
- IgnorePropertiesAttribute.cs
- SqlEnums.cs
- DotAtomReader.cs
- ToolStripItemTextRenderEventArgs.cs
- WindowManager.cs
- SchemaContext.cs
- WebPartDeleteVerb.cs
- NativeCompoundFileAPIs.cs
- SimpleLine.cs
- CallbackValidator.cs
- XmlDataProvider.cs
- SmiEventSink_DeferedProcessing.cs
- Panel.cs
- TemplateInstanceAttribute.cs
- PerformanceCounterManager.cs
- EventBindingService.cs
- DictionaryTraceRecord.cs
- Debug.cs