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
- ContextBase.cs
- DesignerHierarchicalDataSourceView.cs
- VectorAnimationUsingKeyFrames.cs
- ZoneButton.cs
- SqlCommand.cs
- XPathDocumentBuilder.cs
- RegexRunnerFactory.cs
- MetadataFile.cs
- PieceNameHelper.cs
- CharEntityEncoderFallback.cs
- OutOfMemoryException.cs
- TableStyle.cs
- UriWriter.cs
- JulianCalendar.cs
- SoapSchemaExporter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SqlXmlStorage.cs
- PhysicalAddress.cs
- Deserializer.cs
- ISFClipboardData.cs
- TextParaClient.cs
- MeshGeometry3D.cs
- MultiTouchSystemGestureLogic.cs
- UTF8Encoding.cs
- TagPrefixAttribute.cs
- AdornerPresentationContext.cs
- ReplyAdapterChannelListener.cs
- CheckBox.cs
- EastAsianLunisolarCalendar.cs
- Binding.cs
- RegexMatch.cs
- XmlSerializationWriter.cs
- MetaType.cs
- webbrowsersite.cs
- ConstrainedDataObject.cs
- ObjectStateEntry.cs
- ProtocolInformationReader.cs
- Latin1Encoding.cs
- SoapMessage.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- XslAstAnalyzer.cs
- ClickablePoint.cs
- PropertyBuilder.cs
- TextFormatterHost.cs
- Region.cs
- DataGridRelationshipRow.cs
- SqlBuffer.cs
- StrokeCollection.cs
- XmlDesignerDataSourceView.cs
- Profiler.cs
- DesignBindingPropertyDescriptor.cs
- BrowserCapabilitiesCompiler.cs
- AbstractSvcMapFileLoader.cs
- UrlAuthorizationModule.cs
- UmAlQuraCalendar.cs
- GrabHandleGlyph.cs
- DataGridViewUtilities.cs
- PhoneCallDesigner.cs
- Deflater.cs
- IdentityManager.cs
- MessageQueueTransaction.cs
- DependencyPropertyKind.cs
- DataTableNewRowEvent.cs
- ControlCommandSet.cs
- CorruptingExceptionCommon.cs
- COM2PropertyPageUITypeConverter.cs
- ResourceReferenceExpressionConverter.cs
- XmlSignatureProperties.cs
- ApplicationServiceManager.cs
- FeatureSupport.cs
- CqlQuery.cs
- EntityDataSourceReferenceGroup.cs
- ToolStripItemRenderEventArgs.cs
- Tile.cs
- ElementHost.cs
- NetMsmqBinding.cs
- MethodCallConverter.cs
- ShaderRenderModeValidation.cs
- MessageEnumerator.cs
- ContentFilePart.cs
- ByeOperationAsyncResult.cs
- WindowAutomationPeer.cs
- XmlComplianceUtil.cs
- CalculatedColumn.cs
- EntityDataSourceReferenceGroup.cs
- PathTooLongException.cs
- OleStrCAMarshaler.cs
- DocumentOrderQuery.cs
- Message.cs
- Setter.cs
- StateItem.cs
- LOSFormatter.cs
- safex509handles.cs
- WeakEventTable.cs
- HostUtils.cs
- DependencyPropertyValueSerializer.cs
- SpellerInterop.cs
- ReferenceAssemblyAttribute.cs
- CompilationLock.cs
- TemplatePagerField.cs