Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / InputLanguageCollection.cs / 1305376 / 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
- Documentation.cs
- SQLInt16Storage.cs
- TextEditor.cs
- SerializationStore.cs
- TextBoxAutoCompleteSourceConverter.cs
- Application.cs
- WebPartConnectVerb.cs
- ConstraintEnumerator.cs
- ImmutableObjectAttribute.cs
- ScriptResourceInfo.cs
- FileInfo.cs
- Timer.cs
- StreamGeometry.cs
- ParameterSubsegment.cs
- CultureMapper.cs
- Enum.cs
- NumberFormatInfo.cs
- DefaultTextStore.cs
- BaseCollection.cs
- SqlError.cs
- ResourceReader.cs
- RightNameExpirationInfoPair.cs
- SamlEvidence.cs
- FieldNameLookup.cs
- XmlCharType.cs
- DbTransaction.cs
- EditorPartCollection.cs
- Annotation.cs
- ObjectListComponentEditor.cs
- XmlnsDefinitionAttribute.cs
- SBCSCodePageEncoding.cs
- ByteAnimationUsingKeyFrames.cs
- VersionPair.cs
- DataGridViewEditingControlShowingEventArgs.cs
- ClientRuntimeConfig.cs
- Exceptions.cs
- SevenBitStream.cs
- IfAction.cs
- XmlILConstructAnalyzer.cs
- CheckPair.cs
- ToolboxItemAttribute.cs
- ComplexBindingPropertiesAttribute.cs
- BamlTreeMap.cs
- _SecureChannel.cs
- _AutoWebProxyScriptEngine.cs
- ParallelActivityDesigner.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- TrackingServices.cs
- CompositionDesigner.cs
- SocketException.cs
- SafeNativeMethods.cs
- XmlSchemaSimpleType.cs
- ServiceTimeoutsBehavior.cs
- XmlElementList.cs
- AnnotationObservableCollection.cs
- HandlerBase.cs
- TextDocumentView.cs
- datacache.cs
- EntityProxyTypeInfo.cs
- XmlStreamNodeWriter.cs
- DragDeltaEventArgs.cs
- MetadataCacheItem.cs
- ConnectionConsumerAttribute.cs
- SoapElementAttribute.cs
- CommonGetThemePartSize.cs
- MethodBody.cs
- Popup.cs
- FormatConvertedBitmap.cs
- TypeTypeConverter.cs
- VirtualPath.cs
- _ProxyChain.cs
- FixedSOMImage.cs
- PropagationProtocolsTracing.cs
- AssemblySettingAttributes.cs
- SourceFilter.cs
- HttpModuleActionCollection.cs
- Size.cs
- UserControlParser.cs
- Polyline.cs
- SerializerWriterEventHandlers.cs
- DocumentPageTextView.cs
- SimpleMailWebEventProvider.cs
- TextureBrush.cs
- AutomationEvent.cs
- SimpleMailWebEventProvider.cs
- CellIdBoolean.cs
- SqlProfileProvider.cs
- UxThemeWrapper.cs
- ClientProxyGenerator.cs
- ViewManager.cs
- XslCompiledTransform.cs
- RangeValuePattern.cs
- InfoCardCryptoHelper.cs
- AffineTransform3D.cs
- TreeViewDataItemAutomationPeer.cs
- WindowsPrincipal.cs
- EvidenceBase.cs
- DataListCommandEventArgs.cs
- ClientBuildManager.cs
- PageBuildProvider.cs