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
- NameTable.cs
- MessageQueuePermissionEntryCollection.cs
- ObjectTypeMapping.cs
- Light.cs
- GB18030Encoding.cs
- EnlistmentState.cs
- MemoryPressure.cs
- BufferedWebEventProvider.cs
- ConnectionConsumerAttribute.cs
- ExtensionSimplifierMarkupObject.cs
- DataBindingExpressionBuilder.cs
- NameTable.cs
- BaseHashHelper.cs
- entitydatasourceentitysetnameconverter.cs
- WSTransactionSection.cs
- ContextConfiguration.cs
- newitemfactory.cs
- RequiredFieldValidator.cs
- FontDifferentiator.cs
- ConfigurationValidatorBase.cs
- ExpressionVisitorHelpers.cs
- RemoteDebugger.cs
- EditorPart.cs
- OleDbPropertySetGuid.cs
- SqlConnectionHelper.cs
- MembershipPasswordException.cs
- ImplicitInputBrush.cs
- XmlnsDefinitionAttribute.cs
- BamlLocalizationDictionary.cs
- SerializationStore.cs
- XmlDataFileEditor.cs
- XPathNode.cs
- DefaultEventAttribute.cs
- BCryptNative.cs
- XmlObjectSerializer.cs
- CuspData.cs
- Operand.cs
- wmiprovider.cs
- LoadWorkflowByInstanceKeyCommand.cs
- OdbcConnectionString.cs
- ClientRoleProvider.cs
- StretchValidation.cs
- RoutedUICommand.cs
- NativeMethodsOther.cs
- FixedPage.cs
- UpdateException.cs
- IsolatedStorageFileStream.cs
- MenuItemStyle.cs
- StylusTip.cs
- DefaultMemberAttribute.cs
- NativeMethods.cs
- SoapObjectWriter.cs
- DateTimeFormatInfoScanner.cs
- TraceFilter.cs
- BindingContext.cs
- EndOfStreamException.cs
- FloaterBaseParagraph.cs
- AccessedThroughPropertyAttribute.cs
- TransactionContextManager.cs
- ProfileManager.cs
- ScrollBar.cs
- ImmutableCollection.cs
- _BasicClient.cs
- ColorMatrix.cs
- ConfigXmlComment.cs
- TypedElement.cs
- CssTextWriter.cs
- NewExpression.cs
- CmsInterop.cs
- StorageTypeMapping.cs
- OrderedEnumerableRowCollection.cs
- DesignBindingValueUIHandler.cs
- WsdlWriter.cs
- WebPartCollection.cs
- ToolBarButton.cs
- DecimalFormatter.cs
- ToolboxItemLoader.cs
- MiniConstructorInfo.cs
- SqlDataSourceEnumerator.cs
- StrokeNodeOperations2.cs
- TransactionsSectionGroup.cs
- ListItemCollection.cs
- WebColorConverter.cs
- CellTreeNode.cs
- EventSinkActivity.cs
- ArrangedElement.cs
- EntityDescriptor.cs
- FixedSOMTableRow.cs
- FloaterParagraph.cs
- BlurBitmapEffect.cs
- WebPartRestoreVerb.cs
- ParsedAttributeCollection.cs
- DBConnectionString.cs
- TextEditorCharacters.cs
- Int16Storage.cs
- EntityDataSourceReferenceGroup.cs
- ConnectionStringSettings.cs
- CssStyleCollection.cs
- EmptyQuery.cs
- TrackingLocationCollection.cs