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
- ProbeMatchesCD1.cs
- RegexCaptureCollection.cs
- FixedSOMTableRow.cs
- DataSourceControlBuilder.cs
- GorillaCodec.cs
- PolygonHotSpot.cs
- SemaphoreFullException.cs
- WorkflowItemPresenter.cs
- COM2PropertyBuilderUITypeEditor.cs
- OdbcConnectionStringbuilder.cs
- BaseComponentEditor.cs
- UriTemplateLiteralQueryValue.cs
- DataGridRowHeader.cs
- PeerInvitationResponse.cs
- SHA256Managed.cs
- MessageQueue.cs
- AnnotationService.cs
- ErrorInfoXmlDocument.cs
- SharedStream.cs
- AggregateException.cs
- RelationshipSet.cs
- SmiRequestExecutor.cs
- MetadataSource.cs
- NameValueConfigurationElement.cs
- MultiDataTrigger.cs
- PropertyGrid.cs
- AddressAccessDeniedException.cs
- PolicyVersionConverter.cs
- FormsIdentity.cs
- ResourceManager.cs
- HtmlInputHidden.cs
- ModelMemberCollection.cs
- DeploymentSection.cs
- SHA384Managed.cs
- SingleConverter.cs
- EmptyElement.cs
- TextPattern.cs
- IIS7WorkerRequest.cs
- SqlCacheDependencyDatabase.cs
- DrawingServices.cs
- DocumentPropertiesDialog.cs
- RadioButtonAutomationPeer.cs
- ServerIdentity.cs
- WebRequestModuleElementCollection.cs
- DataRow.cs
- SelectionEditingBehavior.cs
- RoleService.cs
- TransformedBitmap.cs
- AppSettingsReader.cs
- ReadWriteSpinLock.cs
- NetworkInterface.cs
- LoginCancelEventArgs.cs
- Ports.cs
- ProgressiveCrcCalculatingStream.cs
- SettingsBase.cs
- AbsoluteQuery.cs
- DataTableMapping.cs
- Transform3D.cs
- CorePropertiesFilter.cs
- GridLength.cs
- IResourceProvider.cs
- CodeGenerator.cs
- ActivityAction.cs
- ProgressChangedEventArgs.cs
- ping.cs
- securitymgrsite.cs
- SchemaImporterExtensionElement.cs
- x509store.cs
- DockAndAnchorLayout.cs
- FormViewDeleteEventArgs.cs
- DrawingContextWalker.cs
- BitmapMetadata.cs
- RegexCapture.cs
- RenderContext.cs
- CacheOutputQuery.cs
- GeneratedContractType.cs
- localization.cs
- InstanceData.cs
- SiteMembershipCondition.cs
- OleDbCommandBuilder.cs
- SmtpCommands.cs
- PathSegmentCollection.cs
- ThreadPool.cs
- InfoCardClaim.cs
- SerialPort.cs
- StylusCaptureWithinProperty.cs
- WebHttpSecurity.cs
- AspCompat.cs
- ListBindingConverter.cs
- QuerySettings.cs
- XmlElement.cs
- Crc32.cs
- TextTreeInsertUndoUnit.cs
- ToolStripContentPanelRenderEventArgs.cs
- InvalidComObjectException.cs
- RequestBringIntoViewEventArgs.cs
- OptimizerPatterns.cs
- Literal.cs
- WebPartEventArgs.cs
- WebBaseEventKeyComparer.cs