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
- SerializationAttributes.cs
- TemplateColumn.cs
- TableItemProviderWrapper.cs
- TransformPatternIdentifiers.cs
- DynamicRendererThreadManager.cs
- FileRecordSequence.cs
- ZipIOBlockManager.cs
- TypeConverterHelper.cs
- BatchParser.cs
- ClipboardProcessor.cs
- NumericExpr.cs
- TypeReference.cs
- ImageButton.cs
- DbConnectionHelper.cs
- DependencyObjectType.cs
- AutomationAttributeInfo.cs
- xmlsaver.cs
- TdsParameterSetter.cs
- StyleSelector.cs
- ReflectionPermission.cs
- SQLInt16Storage.cs
- ParserOptions.cs
- WriteableBitmap.cs
- DelegateArgumentValue.cs
- CustomErrorsSection.cs
- XmlSerializerAssemblyAttribute.cs
- MenuItemAutomationPeer.cs
- ExportFileRequest.cs
- mactripleDES.cs
- SecurityState.cs
- ConfigXmlCDataSection.cs
- TimeSpanConverter.cs
- DataGridViewSelectedRowCollection.cs
- LocalBuilder.cs
- JumpTask.cs
- MenuStrip.cs
- SafeHandle.cs
- CultureTable.cs
- BufferedOutputAsyncStream.cs
- AccessViolationException.cs
- CommonGetThemePartSize.cs
- Viewport2DVisual3D.cs
- InfoCardTraceRecord.cs
- Nullable.cs
- BodyWriter.cs
- PeerService.cs
- ListViewAutomationPeer.cs
- ToolBarOverflowPanel.cs
- RijndaelManaged.cs
- Int32.cs
- SingleBodyParameterMessageFormatter.cs
- MetadataItemSerializer.cs
- OleDbMetaDataFactory.cs
- SqlRowUpdatedEvent.cs
- FormViewUpdateEventArgs.cs
- AdornedElementPlaceholder.cs
- CommandField.cs
- ContentIterators.cs
- ShutDownListener.cs
- ExceptionUtility.cs
- TileModeValidation.cs
- PanelStyle.cs
- SrgsRule.cs
- ResetableIterator.cs
- AsyncOperation.cs
- InlineObject.cs
- IdentityHolder.cs
- Graph.cs
- SelectingProviderEventArgs.cs
- ImageMap.cs
- HtmlContainerControl.cs
- InsufficientMemoryException.cs
- CodeEventReferenceExpression.cs
- NonBatchDirectoryCompiler.cs
- XmlNamedNodeMap.cs
- UDPClient.cs
- StateBag.cs
- DispatchWrapper.cs
- KeyboardNavigation.cs
- OleStrCAMarshaler.cs
- LayoutInformation.cs
- ProxyAttribute.cs
- TextEncodedRawTextWriter.cs
- DisplayToken.cs
- ComponentDispatcherThread.cs
- ProcessProtocolHandler.cs
- PagerSettings.cs
- QuaternionRotation3D.cs
- ToolStripComboBox.cs
- BooleanStorage.cs
- HttpWebResponse.cs
- DetailsViewRow.cs
- HtmlObjectListAdapter.cs
- SerialReceived.cs
- WebEventCodes.cs
- SettingsPropertyValueCollection.cs
- SoapAttributes.cs
- SerializationFieldInfo.cs
- ScrollItemProviderWrapper.cs
- TextMetrics.cs