Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / InputLanguageCollection.cs / 1305376 / 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
- DesignerActionService.cs
- MatrixAnimationBase.cs
- PageWrapper.cs
- TimeSpanMinutesConverter.cs
- HtmlForm.cs
- MsmqBindingFilter.cs
- SafeMarshalContext.cs
- AsyncPostBackTrigger.cs
- SEHException.cs
- SecurityHelper.cs
- oledbmetadatacolumnnames.cs
- AffineTransform3D.cs
- CrossSiteScriptingValidation.cs
- XmlElementElement.cs
- SqlAggregateChecker.cs
- XPathBinder.cs
- ObjectIDGenerator.cs
- VectorAnimationBase.cs
- WsatProxy.cs
- AuthorizationRule.cs
- OdbcConnectionStringbuilder.cs
- ExpressionVisitor.cs
- HashHelpers.cs
- Mouse.cs
- ItemsControl.cs
- SQLInt32.cs
- ClickablePoint.cs
- ProfilePropertySettings.cs
- CustomErrorsSection.cs
- HtmlElementCollection.cs
- PrivilegedConfigurationManager.cs
- DeferredReference.cs
- WeakHashtable.cs
- DSASignatureDeformatter.cs
- Content.cs
- CharEntityEncoderFallback.cs
- AttributeProviderAttribute.cs
- ValidatorCollection.cs
- MessageBox.cs
- IxmlLineInfo.cs
- CheckBoxField.cs
- BuildManager.cs
- ChannelServices.cs
- SqlStatistics.cs
- SQLInt16Storage.cs
- BidPrivateBase.cs
- ResourceExpressionEditor.cs
- x509store.cs
- ReceiveErrorHandling.cs
- StrongNameKeyPair.cs
- QilFactory.cs
- CorrelationToken.cs
- ContentFileHelper.cs
- TextReader.cs
- RequiredFieldValidator.cs
- TemplateEditingVerb.cs
- CqlWriter.cs
- DocumentPage.cs
- ImageSource.cs
- PageCatalogPart.cs
- CustomWebEventKey.cs
- ProvidersHelper.cs
- XpsImageSerializationService.cs
- FieldAccessException.cs
- ButtonBase.cs
- SqlServer2KCompatibilityCheck.cs
- GuidConverter.cs
- ReachDocumentPageSerializerAsync.cs
- NegotiationTokenAuthenticator.cs
- ECDiffieHellmanPublicKey.cs
- EntityDataSourceConfigureObjectContext.cs
- XmlDocumentFieldSchema.cs
- XmlAtomicValue.cs
- PathFigure.cs
- SliderAutomationPeer.cs
- DocumentPageViewAutomationPeer.cs
- PermissionSetTriple.cs
- DocumentViewerBaseAutomationPeer.cs
- Rotation3DAnimationBase.cs
- XmlSchemaSimpleTypeList.cs
- TabPage.cs
- CapacityStreamGeometryContext.cs
- InternalTransaction.cs
- SqlDataReader.cs
- MailWebEventProvider.cs
- UICuesEvent.cs
- WebEventTraceProvider.cs
- Helper.cs
- Int32CollectionValueSerializer.cs
- CallbackCorrelationInitializer.cs
- DBSqlParserColumn.cs
- ToolStripMenuItemDesigner.cs
- Single.cs
- HyperLinkField.cs
- DataContractSerializerSection.cs
- invalidudtexception.cs
- FieldToken.cs
- EntitySetRetriever.cs
- HtmlInputFile.cs
- SparseMemoryStream.cs