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
- BitmapEffectInputConnector.cs
- _DomainName.cs
- InputEventArgs.cs
- AdditionalEntityFunctions.cs
- storagemappingitemcollection.viewdictionary.cs
- ValidationError.cs
- ColorConverter.cs
- OdbcConnectionOpen.cs
- MexBindingBindingCollectionElement.cs
- SettingsPropertyCollection.cs
- SqlReferenceCollection.cs
- PolicyException.cs
- ExpressionConverter.cs
- ArcSegment.cs
- StructuralCache.cs
- IsolatedStorageException.cs
- ObjectItemAttributeAssemblyLoader.cs
- CaseInsensitiveComparer.cs
- DefaultValidator.cs
- TransactionWaitAsyncResult.cs
- MenuItemStyle.cs
- BinaryObjectReader.cs
- HtmlEncodedRawTextWriter.cs
- DictionaryContent.cs
- PeerService.cs
- OutputCacheSettings.cs
- ResourcePool.cs
- XmlLanguageConverter.cs
- DivideByZeroException.cs
- HttpResponseInternalWrapper.cs
- GenericQueueSurrogate.cs
- VerificationException.cs
- WebBodyFormatMessageProperty.cs
- ContentElementCollection.cs
- IdentityHolder.cs
- TaskResultSetter.cs
- AppSettingsExpressionBuilder.cs
- RepeaterItemEventArgs.cs
- PrintingPermission.cs
- StandardTransformFactory.cs
- HtmlInputRadioButton.cs
- HotCommands.cs
- SetMemberBinder.cs
- Panel.cs
- WebPartsPersonalization.cs
- GroupByExpressionRewriter.cs
- EntityUtil.cs
- HtmlTableCell.cs
- EdmSchemaError.cs
- COM2Properties.cs
- TagPrefixCollection.cs
- DataConnectionHelper.cs
- DocumentReference.cs
- RequiredFieldValidator.cs
- ChangePasswordDesigner.cs
- FloatMinMaxAggregationOperator.cs
- HighlightComponent.cs
- SQLInt16Storage.cs
- SelectQueryOperator.cs
- Operand.cs
- XmlSchemaAll.cs
- Brush.cs
- HtmlEmptyTagControlBuilder.cs
- ThreadStateException.cs
- FilteredXmlReader.cs
- WebPartEventArgs.cs
- IsolatedStoragePermission.cs
- BrowserDefinition.cs
- Int16Storage.cs
- TextSpanModifier.cs
- XmlEnumAttribute.cs
- BinaryObjectReader.cs
- BitmapCache.cs
- DesignerOptionService.cs
- GZipDecoder.cs
- TrustManager.cs
- XmlSchemaExporter.cs
- XmlElementAttribute.cs
- DefaultShape.cs
- ThemeInfoAttribute.cs
- TextWriter.cs
- TransactionInformation.cs
- Logging.cs
- SafeRegistryKey.cs
- CheckBox.cs
- SecurityTokenRequirement.cs
- XamlReaderConstants.cs
- RequestBringIntoViewEventArgs.cs
- CompModSwitches.cs
- HtmlTernaryTree.cs
- PropertyEmitterBase.cs
- ContextMenu.cs
- TraceSource.cs
- RecordManager.cs
- CompilerGeneratedAttribute.cs
- ListViewInsertEventArgs.cs
- AssemblyInfo.cs
- ClientSideQueueItem.cs
- BamlWriter.cs
- WsdlContractConversionContext.cs