Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / InputLanguageCollection.cs / 1 / InputLanguageCollection.cs
// ------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.Windows.Forms { using System; using System.Collections; ////// /// public class InputLanguageCollection : ReadOnlyCollectionBase { ////// A collection that stores ///objects. /// /// /// internal InputLanguageCollection(InputLanguage[] value) { InnerList.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// /// public InputLanguage this[int index] { get { return ((InputLanguage)(InnerList[index])); } } ///Represents the entry at the specified index of the ///. /// /// public bool Contains(InputLanguage value) { return InnerList.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// /// public void CopyTo(InputLanguage[] array, int index) { InnerList.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// /// public int IndexOf(InputLanguage value) { return InnerList.IndexOf(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ------------------------------------------------------------------------------ //Returns the index of a ///in /// the . // Copyright (c) Microsoft Corporation. All rights reserved. // // ----------------------------------------------------------------------------- // namespace System.Windows.Forms { using System; using System.Collections; ////// /// public class InputLanguageCollection : ReadOnlyCollectionBase { ////// A collection that stores ///objects. /// /// /// internal InputLanguageCollection(InputLanguage[] value) { InnerList.AddRange(value); } ////// Initializes a new instance of ///containing any array of objects. /// /// /// public InputLanguage this[int index] { get { return ((InputLanguage)(InnerList[index])); } } ///Represents the entry at the specified index of the ///. /// /// public bool Contains(InputLanguage value) { return InnerList.Contains(value); } ///Gets a value indicating whether the /// ///contains the specified . /// /// public void CopyTo(InputLanguage[] array, int index) { InnerList.CopyTo(array, index); } ///Copies the ///values to a one-dimensional instance at the /// specified index. /// /// public int IndexOf(InputLanguage value) { return InnerList.IndexOf(value); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Returns the index of a ///in /// the .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSubtreeReader.cs
- InputScopeConverter.cs
- DBCSCodePageEncoding.cs
- GlobalizationSection.cs
- RSAPKCS1SignatureDeformatter.cs
- DataBoundControlActionList.cs
- FigureParaClient.cs
- EndEvent.cs
- MappingSource.cs
- ToolBarTray.cs
- FragmentQueryKB.cs
- CodeIdentifiers.cs
- TypeResolvingOptionsAttribute.cs
- _NtlmClient.cs
- BindingMAnagerBase.cs
- Assert.cs
- Compiler.cs
- ComboBoxDesigner.cs
- Range.cs
- DataGridViewRowConverter.cs
- IODescriptionAttribute.cs
- AutoSizeComboBox.cs
- SamlAssertionKeyIdentifierClause.cs
- Boolean.cs
- ProfileService.cs
- CFGGrammar.cs
- GeometryConverter.cs
- BinaryUtilClasses.cs
- HMAC.cs
- SystemSounds.cs
- ObjectViewQueryResultData.cs
- _ChunkParse.cs
- DrawingVisual.cs
- DbConnectionPoolIdentity.cs
- XmlBufferedByteStreamReader.cs
- SchemaMapping.cs
- RewritingSimplifier.cs
- SQLChars.cs
- Application.cs
- ConfigXmlDocument.cs
- WrappedIUnknown.cs
- DataGridViewMethods.cs
- Util.cs
- SystemGatewayIPAddressInformation.cs
- SelectionItemPattern.cs
- CollectionContainer.cs
- MessagePropertyDescriptionCollection.cs
- ConversionContext.cs
- XsltConvert.cs
- Inline.cs
- LoginCancelEventArgs.cs
- XmlCountingReader.cs
- ElementNotAvailableException.cs
- ProxyGenerationError.cs
- SessionStateUtil.cs
- TypefaceCollection.cs
- DataProtection.cs
- FixedSOMSemanticBox.cs
- TableRow.cs
- QualificationDataItem.cs
- ArrayWithOffset.cs
- UIElementPropertyUndoUnit.cs
- HtmlInputText.cs
- StyleSelector.cs
- RegionIterator.cs
- DocumentApplicationJournalEntryEventArgs.cs
- AutomationElement.cs
- ConstantCheck.cs
- PenContexts.cs
- TransactionFlowElement.cs
- ObjectQueryExecutionPlan.cs
- PixelFormat.cs
- LayoutTable.cs
- EditableTreeList.cs
- TaskHelper.cs
- TileBrush.cs
- DataGridViewCellCollection.cs
- ColumnWidthChangedEvent.cs
- SqlNamer.cs
- HostingEnvironmentWrapper.cs
- DirectionalLight.cs
- DataRelationCollection.cs
- DbConnectionStringCommon.cs
- DecimalKeyFrameCollection.cs
- ListBox.cs
- CharKeyFrameCollection.cs
- PolyBezierSegment.cs
- WindowsSolidBrush.cs
- RestHandler.cs
- SoapAttributes.cs
- QueryCursorEventArgs.cs
- OleDbDataReader.cs
- SchemaCollectionCompiler.cs
- RNGCryptoServiceProvider.cs
- TypeConstant.cs
- ParagraphVisual.cs
- ExecutionEngineException.cs
- AppDomainResourcePerfCounters.cs
- MsmqChannelFactoryBase.cs
- TriState.cs