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
- XmlArrayItemAttribute.cs
- XmlQueryOutput.cs
- InternalConfigRoot.cs
- PrefixHandle.cs
- BaseCAMarshaler.cs
- DirectoryRedirect.cs
- IListConverters.cs
- _SpnDictionary.cs
- XmlCharacterData.cs
- GridViewUpdateEventArgs.cs
- AdornerPresentationContext.cs
- ExpressionPrinter.cs
- RecognizerStateChangedEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- NodeFunctions.cs
- EndOfStreamException.cs
- ListBoxChrome.cs
- LiteralControl.cs
- FileIOPermission.cs
- ClientUrlResolverWrapper.cs
- DataServiceContext.cs
- HtmlInputFile.cs
- WindowsNonControl.cs
- XdrBuilder.cs
- CharacterBuffer.cs
- MetricEntry.cs
- HwndSourceKeyboardInputSite.cs
- PageThemeParser.cs
- PageCatalogPart.cs
- Validator.cs
- LinkedList.cs
- WebEvents.cs
- SortDescriptionCollection.cs
- DecoderExceptionFallback.cs
- Site.cs
- SqlConnectionStringBuilder.cs
- ObjectListCommand.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- UserPreferenceChangedEventArgs.cs
- XmlNodeReader.cs
- BamlLocalizationDictionary.cs
- SqlError.cs
- Base64Decoder.cs
- NativeRecognizer.cs
- SingleSelectRootGridEntry.cs
- SwitchLevelAttribute.cs
- DataFormats.cs
- Context.cs
- ViewBox.cs
- PackageProperties.cs
- FixedLineResult.cs
- CompositionAdorner.cs
- ToolboxComponentsCreatingEventArgs.cs
- DocumentXmlWriter.cs
- UnsafeNativeMethods.cs
- Table.cs
- DataColumnCollection.cs
- relpropertyhelper.cs
- TextLineResult.cs
- LicenseProviderAttribute.cs
- MetadataFile.cs
- MessageEncoder.cs
- SafePEFileHandle.cs
- PersonalizationAdministration.cs
- SslStream.cs
- DependencyStoreSurrogate.cs
- EarlyBoundInfo.cs
- DesignerHelpers.cs
- ActivationProxy.cs
- StringKeyFrameCollection.cs
- ConfigurationSectionGroup.cs
- ConfigurationElementCollection.cs
- ThreadExceptionEvent.cs
- SimpleWebHandlerParser.cs
- ScriptMethodAttribute.cs
- ProfileManager.cs
- DbCommandDefinition.cs
- ToolboxCategory.cs
- ToolStripDesigner.cs
- XmlCDATASection.cs
- ActivityTypeResolver.xaml.cs
- PublisherMembershipCondition.cs
- FileNotFoundException.cs
- LabelLiteral.cs
- FillRuleValidation.cs
- DesignerDataTable.cs
- UnmanagedHandle.cs
- rsa.cs
- Operator.cs
- Compiler.cs
- TrustSection.cs
- BindingParameterCollection.cs
- XmlText.cs
- XPathScanner.cs
- Stopwatch.cs
- DynamicObjectAccessor.cs
- OdbcError.cs
- SqlFlattener.cs
- ConnectionPoint.cs
- WindowsStatusBar.cs