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 / 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
- RSAPKCS1SignatureFormatter.cs
- ContextMenu.cs
- AuthorizationContext.cs
- AlternateViewCollection.cs
- CustomAttributeFormatException.cs
- RayHitTestParameters.cs
- EntityException.cs
- DataTableNewRowEvent.cs
- ObjectParameter.cs
- ProfilePropertyMetadata.cs
- MulticastNotSupportedException.cs
- ProxySimple.cs
- ResourceDefaultValueAttribute.cs
- CreateUserErrorEventArgs.cs
- ValidationPropertyAttribute.cs
- TraceEventCache.cs
- SamlAuthenticationStatement.cs
- TrackBar.cs
- HttpApplicationFactory.cs
- Single.cs
- SweepDirectionValidation.cs
- TextServicesHost.cs
- Storyboard.cs
- TextServicesManager.cs
- RuntimeConfig.cs
- NumericExpr.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- QilTypeChecker.cs
- NamedElement.cs
- MbpInfo.cs
- StyleCollection.cs
- DefinitionUpdate.cs
- AdapterSwitches.cs
- UriWriter.cs
- DataBoundControlHelper.cs
- DragStartedEventArgs.cs
- XmlElementAttribute.cs
- DynamicDataExtensions.cs
- CalendarKeyboardHelper.cs
- CompositeDuplexBindingElementImporter.cs
- FieldNameLookup.cs
- CacheSection.cs
- StartFileNameEditor.cs
- ImmutableAssemblyCacheEntry.cs
- HtmlTableRow.cs
- IndentedWriter.cs
- MasterPageBuildProvider.cs
- SystemColors.cs
- CacheOutputQuery.cs
- SafeThemeHandle.cs
- WsatAdminException.cs
- control.ime.cs
- XNodeValidator.cs
- ReadOnlyKeyedCollection.cs
- ComAdminInterfaces.cs
- OdbcRowUpdatingEvent.cs
- Part.cs
- PersonalizationProvider.cs
- DatagridviewDisplayedBandsData.cs
- ComponentCommands.cs
- SerializerDescriptor.cs
- TransformProviderWrapper.cs
- UrlMappingsModule.cs
- XPathConvert.cs
- FixedDocumentSequencePaginator.cs
- XmlValidatingReader.cs
- GeneralTransform3D.cs
- WebPartConnectVerb.cs
- XmlSiteMapProvider.cs
- TextOutput.cs
- CompilerState.cs
- RangeValuePattern.cs
- DataMemberListEditor.cs
- XmlEventCache.cs
- NotImplementedException.cs
- IsolatedStorageException.cs
- AnimatedTypeHelpers.cs
- MutableAssemblyCacheEntry.cs
- MessageDescription.cs
- XmlUtf8RawTextWriter.cs
- ListenerSessionConnectionReader.cs
- CaseStatementSlot.cs
- cookieexception.cs
- InternalControlCollection.cs
- StructuredTypeEmitter.cs
- PasswordDeriveBytes.cs
- IdentityReference.cs
- XamlTemplateSerializer.cs
- SqlCrossApplyToCrossJoin.cs
- DesignerAutoFormatCollection.cs
- nulltextcontainer.cs
- XmlSchemaAny.cs
- SharedTcpTransportManager.cs
- ChtmlPageAdapter.cs
- DbDeleteCommandTree.cs
- BuildManager.cs
- JsonReader.cs
- Int64Animation.cs
- URI.cs
- CustomErrorsSectionWrapper.cs