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
- validationstate.cs
- XmlDataFileEditor.cs
- ExtendLockAsyncResult.cs
- Debug.cs
- StateFinalizationActivity.cs
- ValidationEventArgs.cs
- User.cs
- StructureChangedEventArgs.cs
- WeakReferenceKey.cs
- HtmlTitle.cs
- DesignerLoader.cs
- EntityReference.cs
- RuntimeHelpers.cs
- Mouse.cs
- WindowsMenu.cs
- TreeViewItemAutomationPeer.cs
- DataGridSortingEventArgs.cs
- SmiMetaData.cs
- NullableIntSumAggregationOperator.cs
- EntityDesignerBuildProvider.cs
- TileModeValidation.cs
- JavaScriptString.cs
- ClrProviderManifest.cs
- TextSimpleMarkerProperties.cs
- WindowsListViewSubItem.cs
- EmptyStringExpandableObjectConverter.cs
- TableLayoutStyleCollection.cs
- DataContractSerializerSection.cs
- IndentedTextWriter.cs
- httpstaticobjectscollection.cs
- ChangeInterceptorAttribute.cs
- HttpClientCertificate.cs
- PageCatalogPart.cs
- PersonalizableAttribute.cs
- UmAlQuraCalendar.cs
- SplineKeyFrames.cs
- MulticastNotSupportedException.cs
- RangeValueProviderWrapper.cs
- PropertyChangedEventArgs.cs
- RootBrowserWindowProxy.cs
- DoubleLinkListEnumerator.cs
- NotifyCollectionChangedEventArgs.cs
- RegexCapture.cs
- LocalizedNameDescriptionPair.cs
- DataGridTableCollection.cs
- TypeTypeConverter.cs
- OutputCacheProfileCollection.cs
- NotifyCollectionChangedEventArgs.cs
- webproxy.cs
- Win32Native.cs
- HashCryptoHandle.cs
- WorkflowServiceHostFactory.cs
- AuthenticationException.cs
- ReflectionPermission.cs
- ObjectPropertyMapping.cs
- validation.cs
- DataBoundControlActionList.cs
- IsolatedStorageFilePermission.cs
- SoapElementAttribute.cs
- DataStreams.cs
- DispatcherTimer.cs
- GridViewItemAutomationPeer.cs
- HandlerBase.cs
- ColorContextHelper.cs
- DataControlButton.cs
- CompositeDataBoundControl.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- ConfigXmlWhitespace.cs
- activationcontext.cs
- RawKeyboardInputReport.cs
- MainMenu.cs
- Matrix3D.cs
- TableHeaderCell.cs
- ResourceExpressionEditorSheet.cs
- SqlDataSourceStatusEventArgs.cs
- TextAction.cs
- Mouse.cs
- HeaderLabel.cs
- DateTimeFormatInfoScanner.cs
- CollectionChange.cs
- HttpProcessUtility.cs
- GridView.cs
- DataGridViewCellValidatingEventArgs.cs
- StylusPlugInCollection.cs
- CompilerTypeWithParams.cs
- ToolStripItem.cs
- DbFunctionCommandTree.cs
- DbBuffer.cs
- WindowsRichEditRange.cs
- DefaultHttpHandler.cs
- ZoneButton.cs
- Delegate.cs
- WorkflowInstanceRecord.cs
- ContentElement.cs
- NativeMethods.cs
- AxParameterData.cs
- RelationshipSet.cs
- WebPartConnectVerb.cs
- ExpandCollapseProviderWrapper.cs
- SmtpReplyReaderFactory.cs