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
- PaintEvent.cs
- UnmanagedMemoryStreamWrapper.cs
- ScrollPattern.cs
- MediaScriptCommandRoutedEventArgs.cs
- BindToObject.cs
- Table.cs
- PrintPreviewDialog.cs
- AsyncInvokeOperation.cs
- DesignTimeXamlWriter.cs
- __Error.cs
- MethodRental.cs
- ExtendedPropertyInfo.cs
- TypeRefElement.cs
- ConfigXmlElement.cs
- IndicShape.cs
- HttpRawResponse.cs
- XsdDataContractExporter.cs
- DataGridViewCellStyleBuilderDialog.cs
- IconHelper.cs
- HMACSHA1.cs
- AuthenticationManager.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- PrintEvent.cs
- PrinterUnitConvert.cs
- StateMachineWorkflowInstance.cs
- BamlWriter.cs
- brushes.cs
- WebPartMenu.cs
- StrokeCollectionDefaultValueFactory.cs
- HtmlInputCheckBox.cs
- updateconfighost.cs
- RichTextBoxDesigner.cs
- ManagementObject.cs
- EntitySqlQueryBuilder.cs
- DataRowCollection.cs
- PipelineModuleStepContainer.cs
- recordstatescratchpad.cs
- XmlSchemaSequence.cs
- WeakReferenceList.cs
- BindingExpressionBase.cs
- ReachFixedPageSerializer.cs
- CompatibleIComparer.cs
- ZipIOLocalFileDataDescriptor.cs
- ProfilePropertyNameValidator.cs
- NonNullItemCollection.cs
- RecordConverter.cs
- DataBindingHandlerAttribute.cs
- ObjectRef.cs
- HierarchicalDataSourceIDConverter.cs
- Comparer.cs
- VarRefManager.cs
- PathNode.cs
- DynamicControlParameter.cs
- FileCodeGroup.cs
- InfoCardTraceRecord.cs
- EntityDataSourceStatementEditorForm.cs
- PathNode.cs
- JournalEntryStack.cs
- XmlDataDocument.cs
- ReflectTypeDescriptionProvider.cs
- ResourceBinder.cs
- XmlNotation.cs
- TextHidden.cs
- ScriptComponentDescriptor.cs
- initElementDictionary.cs
- Emitter.cs
- VirtualizingStackPanel.cs
- BitmapSourceSafeMILHandle.cs
- WorkflowShape.cs
- DbReferenceCollection.cs
- HttpListenerPrefixCollection.cs
- MsmqActivation.cs
- FreeFormDragDropManager.cs
- XmlSchemaComplexType.cs
- TargetException.cs
- SemanticAnalyzer.cs
- InvalidComObjectException.cs
- Win32.cs
- RequestBringIntoViewEventArgs.cs
- DataTablePropertyDescriptor.cs
- ConfigurationLocation.cs
- SafeArrayTypeMismatchException.cs
- SecurityTokenValidationException.cs
- WhitespaceRuleLookup.cs
- ProvidePropertyAttribute.cs
- MarkupCompilePass2.cs
- DataServiceClientException.cs
- DateTimeHelper.cs
- Stacktrace.cs
- TemplateContentLoader.cs
- HyperLinkColumn.cs
- DefaultProxySection.cs
- NetNamedPipeBindingCollectionElement.cs
- DataBoundControlActionList.cs
- FormatterConverter.cs
- CompressStream.cs
- TextBox.cs
- XPathSelfQuery.cs
- BaseTemplateBuildProvider.cs
- ComponentRenameEvent.cs