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
- ParallelTimeline.cs
- NetDataContractSerializer.cs
- VisualTreeUtils.cs
- RecognizeCompletedEventArgs.cs
- XmlnsPrefixAttribute.cs
- ScrollProviderWrapper.cs
- ExcludeFromCodeCoverageAttribute.cs
- xmlsaver.cs
- SettingsPropertyCollection.cs
- LiteralControl.cs
- PageHandlerFactory.cs
- NullToBooleanConverter.cs
- MarkupWriter.cs
- RsaSecurityTokenAuthenticator.cs
- OutputCacheSection.cs
- MessageQueuePermissionAttribute.cs
- AxHost.cs
- EntitySetRetriever.cs
- CryptoStream.cs
- DebugControllerThread.cs
- ConfigXmlDocument.cs
- Odbc32.cs
- FlowDocumentScrollViewer.cs
- ChangeDirector.cs
- SerializationSectionGroup.cs
- MemoryMappedView.cs
- ResourceDictionary.cs
- PngBitmapDecoder.cs
- SecurityPolicySection.cs
- WindowPattern.cs
- EditingMode.cs
- TransformGroup.cs
- PnrpPermission.cs
- Pens.cs
- PagesChangedEventArgs.cs
- WebReferencesBuildProvider.cs
- TimeZoneNotFoundException.cs
- XamlTypeWithExplicitNamespace.cs
- ReferentialConstraint.cs
- ControlParameter.cs
- CroppedBitmap.cs
- OutputCacheProfileCollection.cs
- DelegateSerializationHolder.cs
- GroupQuery.cs
- TemplateControlBuildProvider.cs
- ArrayExtension.cs
- ButtonBaseAutomationPeer.cs
- CompoundFileDeflateTransform.cs
- PieceNameHelper.cs
- PathNode.cs
- RolePrincipal.cs
- MouseActionValueSerializer.cs
- HttpClientProtocol.cs
- DataColumnMappingCollection.cs
- Model3DGroup.cs
- ThreadInterruptedException.cs
- PrtCap_Base.cs
- AddressAccessDeniedException.cs
- PageSettings.cs
- IntAverageAggregationOperator.cs
- HistoryEventArgs.cs
- TrackingServices.cs
- Utils.cs
- ToolStripStatusLabel.cs
- Int32Converter.cs
- TextElementEditingBehaviorAttribute.cs
- SessionStateSection.cs
- XmlTypeMapping.cs
- Part.cs
- TreeWalkHelper.cs
- ZoomingMessageFilter.cs
- SafeHandles.cs
- DataMemberConverter.cs
- XPathSingletonIterator.cs
- SymmetricAlgorithm.cs
- FileDialogCustomPlace.cs
- SafeFileMappingHandle.cs
- RedirectionProxy.cs
- WSTrustFeb2005.cs
- WMICapabilities.cs
- Socket.cs
- CacheAxisQuery.cs
- TimeoutStream.cs
- ListViewDesigner.cs
- BitmapEffect.cs
- NativeActivityAbortContext.cs
- HitTestParameters.cs
- DateTimeFormatInfo.cs
- WorkItem.cs
- CallbackValidatorAttribute.cs
- CodeIdentifier.cs
- DateTimeOffset.cs
- ModelFunction.cs
- TagPrefixCollection.cs
- SchemaTypeEmitter.cs
- DateTimePicker.cs
- XappLauncher.cs
- ReachUIElementCollectionSerializer.cs
- MediaTimeline.cs
- Calendar.cs