Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XPathNodeHelper.cs
- XmlIterators.cs
- OpCopier.cs
- JsonReaderWriterFactory.cs
- AudioBase.cs
- Switch.cs
- Rules.cs
- SynchronizedReadOnlyCollection.cs
- GACMembershipCondition.cs
- TdsParserHelperClasses.cs
- CodeAttributeDeclaration.cs
- PerformanceCounterLib.cs
- VectorKeyFrameCollection.cs
- SynchronousReceiveElement.cs
- ParserContext.cs
- ModelTreeEnumerator.cs
- Privilege.cs
- ConfigXmlCDataSection.cs
- OdbcReferenceCollection.cs
- CodePropertyReferenceExpression.cs
- ToolBarDesigner.cs
- CombinedGeometry.cs
- ReflectionServiceProvider.cs
- NGCPageContentCollectionSerializerAsync.cs
- Region.cs
- SqlMetaData.cs
- WebPartRestoreVerb.cs
- VisualTreeHelper.cs
- KeyedCollection.cs
- SqlRewriteScalarSubqueries.cs
- diagnosticsswitches.cs
- AdPostCacheSubstitution.cs
- MetadataItem.cs
- EndpointAddress10.cs
- SelectorItemAutomationPeer.cs
- XmlValueConverter.cs
- ParallelTimeline.cs
- CopyAction.cs
- HttpCacheVaryByContentEncodings.cs
- TraceHwndHost.cs
- IndexerNameAttribute.cs
- QilTernary.cs
- OuterGlowBitmapEffect.cs
- SimpleRecyclingCache.cs
- ScriptDescriptor.cs
- WeakReferenceList.cs
- OrderByBuilder.cs
- FieldDescriptor.cs
- Frame.cs
- FlatButtonAppearance.cs
- CharConverter.cs
- FeatureAttribute.cs
- WindowsImpersonationContext.cs
- BitmapMetadataBlob.cs
- AnimationTimeline.cs
- CheckPair.cs
- MetadataArtifactLoaderCompositeResource.cs
- DeploymentSectionCache.cs
- AutomationIdentifier.cs
- MediaCommands.cs
- FontStyle.cs
- RedirectionProxy.cs
- _UriSyntax.cs
- StylusPointPropertyId.cs
- SubtreeProcessor.cs
- QilFactory.cs
- EventDescriptor.cs
- metadatamappinghashervisitor.cs
- ImplicitInputBrush.cs
- Array.cs
- OdbcErrorCollection.cs
- DynamicRenderer.cs
- OutputCacheProfileCollection.cs
- SecurityTokenProvider.cs
- InvalidDataContractException.cs
- DebuggerAttributes.cs
- BitmapSourceSafeMILHandle.cs
- ResourceContainer.cs
- UInt64.cs
- UnitySerializationHolder.cs
- Encoder.cs
- ContainerVisual.cs
- FilterableAttribute.cs
- ByteStorage.cs
- ParameterReplacerVisitor.cs
- TripleDESCryptoServiceProvider.cs
- EqualityComparer.cs
- SizeValueSerializer.cs
- XamlTemplateSerializer.cs
- DateTimeOffsetAdapter.cs
- BaseTreeIterator.cs
- SqlTransaction.cs
- InArgument.cs
- streamingZipPartStream.cs
- CngProperty.cs
- GridViewEditEventArgs.cs
- HMAC.cs
- CodeRegionDirective.cs
- AnnotationStore.cs
- CompilationSection.cs