Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TextRunCacheImp.cs
- __Error.cs
- Rijndael.cs
- XmlDictionaryReader.cs
- AccessViolationException.cs
- TimerElapsedEvenArgs.cs
- IntegrationExceptionEventArgs.cs
- CrossSiteScriptingValidation.cs
- KeysConverter.cs
- GenericParameterDataContract.cs
- CachedBitmap.cs
- NativeMethods.cs
- SudsParser.cs
- FileCodeGroup.cs
- ObjectDataProvider.cs
- XmlSchemaCollection.cs
- RegistryHandle.cs
- SolidBrush.cs
- ScriptControlDescriptor.cs
- PnrpPermission.cs
- PeerName.cs
- ContractsBCL.cs
- InvalidDataContractException.cs
- TabItemAutomationPeer.cs
- BaseTemplateParser.cs
- SynchronizationHandlesCodeDomSerializer.cs
- TimeoutException.cs
- IUnknownConstantAttribute.cs
- BaseTemplateParser.cs
- Vector3DAnimation.cs
- sitestring.cs
- VariantWrapper.cs
- TaskScheduler.cs
- ManualResetEventSlim.cs
- DesignerForm.cs
- CapabilitiesState.cs
- DeferredSelectedIndexReference.cs
- ScrollPattern.cs
- ObjectQueryState.cs
- LabelTarget.cs
- VectorCollectionConverter.cs
- ZoneLinkButton.cs
- cookie.cs
- Attachment.cs
- Currency.cs
- Missing.cs
- ClientSession.cs
- RecordsAffectedEventArgs.cs
- ThicknessAnimation.cs
- _ShellExpression.cs
- RsaKeyIdentifierClause.cs
- CfgParser.cs
- DataListItemCollection.cs
- HttpProfileGroupBase.cs
- MetadataItem_Static.cs
- DbSourceCommand.cs
- NamedPipeChannelListener.cs
- AddressingProperty.cs
- ConfigXmlSignificantWhitespace.cs
- MetadataArtifactLoader.cs
- Compiler.cs
- CopyAttributesAction.cs
- EditorPartChrome.cs
- InvokeProviderWrapper.cs
- XamlSerializationHelper.cs
- WebBrowserNavigatingEventHandler.cs
- XD.cs
- XmlSyndicationContent.cs
- DataGridViewCellStateChangedEventArgs.cs
- SortedList.cs
- FieldBuilder.cs
- FormsAuthenticationEventArgs.cs
- IdentityNotMappedException.cs
- Hex.cs
- Vector3DAnimationUsingKeyFrames.cs
- ColorConvertedBitmap.cs
- CellConstant.cs
- DataControlImageButton.cs
- InternalDispatchObject.cs
- XmlDictionaryString.cs
- RowUpdatingEventArgs.cs
- FormConverter.cs
- BaseDataList.cs
- MessagePropertyAttribute.cs
- RequestQueue.cs
- WindowsStatusBar.cs
- InvalidFilterCriteriaException.cs
- BindStream.cs
- DataSourceSelectArguments.cs
- DelayDesigner.cs
- DataFormats.cs
- CachedTypeface.cs
- SmiEventSink.cs
- UntypedNullExpression.cs
- WebPartPersonalization.cs
- TryCatchDesigner.xaml.cs
- ClientTargetSection.cs
- CharacterShapingProperties.cs
- ConfigurationLockCollection.cs
- DataGridCommandEventArgs.cs