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
- SrgsRule.cs
- Int32EqualityComparer.cs
- RuntimeVariablesExpression.cs
- HtmlInputReset.cs
- AttributeProviderAttribute.cs
- HMACRIPEMD160.cs
- RecordConverter.cs
- ChildrenQuery.cs
- oledbconnectionstring.cs
- Deflater.cs
- SettingsBase.cs
- PerformanceCounterPermission.cs
- WebPartDisplayModeCancelEventArgs.cs
- AnnouncementEventArgs.cs
- FormViewPageEventArgs.cs
- GenericRootAutomationPeer.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- AffineTransform3D.cs
- Config.cs
- RsaEndpointIdentity.cs
- dbdatarecord.cs
- XmlCharCheckingWriter.cs
- CustomAttributeFormatException.cs
- SharedMemory.cs
- PopOutPanel.cs
- WebPartTracker.cs
- ExecutionProperties.cs
- IBuiltInEvidence.cs
- DataGridRelationshipRow.cs
- Registry.cs
- EvidenceBase.cs
- Vector3DAnimationBase.cs
- GridViewItemAutomationPeer.cs
- PermissionListSet.cs
- CodeNamespace.cs
- Decorator.cs
- XNodeValidator.cs
- DeferredElementTreeState.cs
- _AutoWebProxyScriptWrapper.cs
- MSAAWinEventWrap.cs
- DtrList.cs
- VarRemapper.cs
- DbProviderFactoriesConfigurationHandler.cs
- DetailsViewRow.cs
- EventManager.cs
- AdapterSwitches.cs
- XmlAnyAttributeAttribute.cs
- ThemeDirectoryCompiler.cs
- MimeReflector.cs
- WindowsClaimSet.cs
- FillErrorEventArgs.cs
- Size3D.cs
- ExtentKey.cs
- PropertyValueChangedEvent.cs
- TextServicesDisplayAttribute.cs
- XPathNodeIterator.cs
- Semaphore.cs
- ContravarianceAdapter.cs
- MenuItemStyleCollection.cs
- BamlResourceContent.cs
- ContentPresenter.cs
- DispatcherTimer.cs
- ApplicationContext.cs
- WebColorConverter.cs
- GridLengthConverter.cs
- StackOverflowException.cs
- Helpers.cs
- EventPropertyMap.cs
- OracleRowUpdatingEventArgs.cs
- Assert.cs
- WindowsButton.cs
- EncoderReplacementFallback.cs
- DocumentEventArgs.cs
- HttpApplicationFactory.cs
- ParentUndoUnit.cs
- Pen.cs
- PointAnimation.cs
- DetailsViewInsertEventArgs.cs
- ClientTarget.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- NavigationEventArgs.cs
- X509Certificate.cs
- DbLambda.cs
- ConfigXmlCDataSection.cs
- PathGeometry.cs
- Hex.cs
- coordinatorfactory.cs
- Empty.cs
- LinqDataSourceDeleteEventArgs.cs
- InvalidProgramException.cs
- HttpServerUtilityBase.cs
- listitem.cs
- MouseDevice.cs
- ExceptionHandlersDesigner.cs
- MsmqDiagnostics.cs
- ServiceModelSectionGroup.cs
- DesignerLinkAdapter.cs
- BeginStoryboard.cs
- Variable.cs
- WmlFormAdapter.cs