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
- TypedTableBase.cs
- SettingsBindableAttribute.cs
- CaseDesigner.xaml.cs
- DataPagerFieldCollection.cs
- NetNamedPipeSecurityMode.cs
- LicenseContext.cs
- ItemsChangedEventArgs.cs
- EntityContainerEntitySet.cs
- UpdatePanel.cs
- ParameterBuilder.cs
- ReadOnlyDataSource.cs
- LongValidator.cs
- TextBox.cs
- DesignerAttributeInfo.cs
- PropertyAccessVisitor.cs
- TextRangeAdaptor.cs
- EntitySetBase.cs
- WindowsEditBox.cs
- DateTimeFormat.cs
- RTLAwareMessageBox.cs
- DictionaryGlobals.cs
- PolyBezierSegment.cs
- DtdParser.cs
- DecodeHelper.cs
- StateChangeEvent.cs
- TextFormatterImp.cs
- HtmlLink.cs
- ListBindingHelper.cs
- ObjectListSelectEventArgs.cs
- ServiceModelExtensionElement.cs
- TreeView.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Cursors.cs
- WebPartVerb.cs
- AssemblyAttributes.cs
- EdmTypeAttribute.cs
- DataGridViewAccessibleObject.cs
- __TransparentProxy.cs
- CompositeScriptReference.cs
- Dynamic.cs
- ButtonFieldBase.cs
- ExceptionNotification.cs
- WindowCollection.cs
- CodeValidator.cs
- TextEditorSpelling.cs
- TriggerAction.cs
- ReferenceCountedObject.cs
- StyleCollectionEditor.cs
- SecurityChannelListener.cs
- X509CertificateStore.cs
- ProcessHostConfigUtils.cs
- EdmToObjectNamespaceMap.cs
- ParenExpr.cs
- RouteItem.cs
- WebExceptionStatus.cs
- EntityContainerEmitter.cs
- BaseAsyncResult.cs
- LayoutTable.cs
- HtmlInputFile.cs
- XPathDocument.cs
- TextRangeBase.cs
- CultureTable.cs
- ProbeDuplexCD1AsyncResult.cs
- LineVisual.cs
- ObjectTag.cs
- ResXDataNode.cs
- HostVisual.cs
- PropertyGridEditorPart.cs
- MetadataItemEmitter.cs
- IndexedDataBuffer.cs
- ConfigurationConverterBase.cs
- Utils.cs
- ValuePattern.cs
- GridViewItemAutomationPeer.cs
- Nullable.cs
- Keywords.cs
- TargetConverter.cs
- SecurityContextSecurityTokenParameters.cs
- TraceData.cs
- PreProcessor.cs
- SoapCodeExporter.cs
- TextParaLineResult.cs
- AdvancedBindingPropertyDescriptor.cs
- PaperSource.cs
- ServiceManagerHandle.cs
- CommandHelpers.cs
- CharacterString.cs
- WindowInteractionStateTracker.cs
- StyleSheetDesigner.cs
- BulletedList.cs
- MediaContextNotificationWindow.cs
- Bidi.cs
- DesignerSerializerAttribute.cs
- StyleCollectionEditor.cs
- _NestedMultipleAsyncResult.cs
- VectorCollectionConverter.cs
- PoisonMessageException.cs
- SessionStateModule.cs
- DataRelation.cs
- DataObject.cs