Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / ConfigurationLocationCollection.cs / 1305376 / ConfigurationLocationCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.Text; public class ConfigurationLocationCollection : ReadOnlyCollectionBase { internal ConfigurationLocationCollection(ICollection col) { InnerList.AddRange(col); } public ConfigurationLocation this[int index] { get { return (ConfigurationLocation) InnerList[index]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewBindingCompleteEventArgs.cs
- SqlConnectionFactory.cs
- QilInvokeLateBound.cs
- UshortList2.cs
- WorkflowApplicationUnloadedException.cs
- DataGridColumn.cs
- SizeF.cs
- ParallelDesigner.cs
- PaintValueEventArgs.cs
- TextRangeBase.cs
- ConfigurationUtility.cs
- ButtonAutomationPeer.cs
- XmlArrayAttribute.cs
- MetadataArtifactLoaderComposite.cs
- ConfigurationValidatorBase.cs
- XPathParser.cs
- ConfigurationElement.cs
- NavigationService.cs
- DesignerWebPartChrome.cs
- StandardBindingReliableSessionElement.cs
- TickBar.cs
- xmlsaver.cs
- DynamicRendererThreadManager.cs
- SpinLock.cs
- QualifiedCellIdBoolean.cs
- CodeNamespaceCollection.cs
- InstanceData.cs
- Rethrow.cs
- ListViewDeleteEventArgs.cs
- TriggerCollection.cs
- MenuCommands.cs
- OledbConnectionStringbuilder.cs
- Int32AnimationBase.cs
- QueryExtender.cs
- DynamicQueryableWrapper.cs
- BasicCellRelation.cs
- BoundField.cs
- DeadCharTextComposition.cs
- WpfKnownMember.cs
- DataGridViewCell.cs
- WhereaboutsReader.cs
- DriveInfo.cs
- ParallelTimeline.cs
- XmlAutoDetectWriter.cs
- _Connection.cs
- PerspectiveCamera.cs
- SpecularMaterial.cs
- SharedUtils.cs
- IISMapPath.cs
- Emitter.cs
- CodeExpressionRuleDeclaration.cs
- XPathNavigatorReader.cs
- SignedInfo.cs
- DocumentGridContextMenu.cs
- uribuilder.cs
- AssociationType.cs
- FrameworkElementAutomationPeer.cs
- IHttpResponseInternal.cs
- BaseHashHelper.cs
- LinqMaximalSubtreeNominator.cs
- XmlSchema.cs
- DocumentViewerBase.cs
- ObjectAnimationUsingKeyFrames.cs
- SqlDataSourceSelectingEventArgs.cs
- SrgsElementList.cs
- AliasExpr.cs
- BulletedList.cs
- CallbackHandler.cs
- InvalidAsynchronousStateException.cs
- NamespaceDecl.cs
- ActiveXSite.cs
- ContentType.cs
- MediaPlayer.cs
- ScaleTransform.cs
- AnonymousIdentificationModule.cs
- ImageListStreamer.cs
- indexingfiltermarshaler.cs
- TypedAsyncResult.cs
- XmlSchemaInclude.cs
- OutputScope.cs
- CustomSignedXml.cs
- MenuItemStyleCollection.cs
- securestring.cs
- Propagator.cs
- ListSourceHelper.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- AuthenticationService.cs
- XmlSchemaObject.cs
- ValidationHelper.cs
- SatelliteContractVersionAttribute.cs
- Internal.cs
- RectangleF.cs
- StructuredTypeInfo.cs
- StringPropertyBuilder.cs
- ControlIdConverter.cs
- WebPartEditorApplyVerb.cs
- FixedPageAutomationPeer.cs
- XmlStrings.cs
- shaperfactoryquerycacheentry.cs
- PtsContext.cs