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
- SharedStatics.cs
- Tokenizer.cs
- FloatAverageAggregationOperator.cs
- AsyncOperation.cs
- FragmentQueryProcessor.cs
- WebPartChrome.cs
- CustomAttribute.cs
- Message.cs
- PropertyTab.cs
- ComNativeDescriptor.cs
- SubMenuStyle.cs
- Model3DGroup.cs
- EntityDataSourceSelectedEventArgs.cs
- SafeSecurityHandles.cs
- EmissiveMaterial.cs
- RelationalExpressions.cs
- DynamicHyperLink.cs
- SystemNetHelpers.cs
- MarkupCompilePass1.cs
- AxisAngleRotation3D.cs
- DefaultEvaluationContext.cs
- AvTraceFormat.cs
- Helpers.cs
- CompressionTransform.cs
- CommentGlyph.cs
- TimeBoundedCache.cs
- LocatorPartList.cs
- ProfileProvider.cs
- PersonalizationStateInfo.cs
- RealProxy.cs
- ThrowHelper.cs
- HashHelper.cs
- ParsedAttributeCollection.cs
- CommonGetThemePartSize.cs
- BitmapEffectDrawing.cs
- DataPagerFieldCommandEventArgs.cs
- ListItemConverter.cs
- MimeTypeMapper.cs
- InfiniteTimeSpanConverter.cs
- TableCellCollection.cs
- RemotingAttributes.cs
- TraceProvider.cs
- SqlDataSource.cs
- Char.cs
- AbsoluteQuery.cs
- ColorMap.cs
- UserMapPath.cs
- HMACSHA384.cs
- Drawing.cs
- OleAutBinder.cs
- SafeRightsManagementSessionHandle.cs
- RuntimeEnvironment.cs
- QuaternionValueSerializer.cs
- Behavior.cs
- SharedStatics.cs
- TextRangeSerialization.cs
- ParseHttpDate.cs
- SiteMapProvider.cs
- Substitution.cs
- UTF32Encoding.cs
- CaseInsensitiveHashCodeProvider.cs
- MatcherBuilder.cs
- Missing.cs
- ColorContextHelper.cs
- Pen.cs
- RowToParametersTransformer.cs
- HeaderedItemsControl.cs
- PairComparer.cs
- PrintDocument.cs
- ServiceBehaviorElementCollection.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- SimpleRecyclingCache.cs
- DataGridViewHitTestInfo.cs
- ClientSettingsSection.cs
- LayoutUtils.cs
- Transform3D.cs
- ExpandCollapseProviderWrapper.cs
- DataPager.cs
- MaskDescriptor.cs
- Itemizer.cs
- DataRelationCollection.cs
- NodeInfo.cs
- _ChunkParse.cs
- ContextMenu.cs
- TimeoutValidationAttribute.cs
- AutomationFocusChangedEventArgs.cs
- TableRow.cs
- ClientScriptManager.cs
- _FtpDataStream.cs
- XmlILModule.cs
- ListItemCollection.cs
- TypeLibConverter.cs
- ResourceExpressionEditorSheet.cs
- QueueProcessor.cs
- KnownBoxes.cs
- HttpCacheVaryByContentEncodings.cs
- PageHandlerFactory.cs
- KeyToListMap.cs
- ContentTextAutomationPeer.cs
- Interop.cs