Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / ConfigurationLocationCollection.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- DocumentGrid.cs
- PointLight.cs
- ZipArchive.cs
- ComUdtElementCollection.cs
- ContextConfiguration.cs
- ForeignConstraint.cs
- MD5CryptoServiceProvider.cs
- XhtmlConformanceSection.cs
- ConfigXmlWhitespace.cs
- RenderingEventArgs.cs
- AppDomainManager.cs
- WindowsBrush.cs
- BevelBitmapEffect.cs
- Size3D.cs
- dataSvcMapFileLoader.cs
- CompositeDispatchFormatter.cs
- WebScriptMetadataMessage.cs
- SrgsDocumentParser.cs
- AlignmentYValidation.cs
- StandardToolWindows.cs
- XmlNamespaceMappingCollection.cs
- ToolStripManager.cs
- RemotingServices.cs
- MSAAEventDispatcher.cs
- RegexTypeEditor.cs
- DetailsViewRow.cs
- FileLogRecordEnumerator.cs
- ObjectSecurityT.cs
- FloaterBaseParagraph.cs
- iisPickupDirectory.cs
- ErrorTableItemStyle.cs
- XmlDomTextWriter.cs
- ConfigurationStrings.cs
- SqlDataSourceConfigureSelectPanel.cs
- ResolveNameEventArgs.cs
- EntityDataSourceDesigner.cs
- ReflectionUtil.cs
- FolderBrowserDialog.cs
- MultipartIdentifier.cs
- CollectionView.cs
- Deflater.cs
- EntityDataSourceDesignerHelper.cs
- TypeSource.cs
- LambdaCompiler.cs
- SQLDateTime.cs
- XmlSequenceWriter.cs
- SystemResourceKey.cs
- GlyphingCache.cs
- EntityDataSourceEntitySetNameItem.cs
- TextShapeableCharacters.cs
- ExpressionNormalizer.cs
- smtppermission.cs
- ConnectionStringsSection.cs
- xamlnodes.cs
- BypassElementCollection.cs
- CatalogZoneDesigner.cs
- DataServiceConfiguration.cs
- DescriptionAttribute.cs
- DelegateTypeInfo.cs
- ChildTable.cs
- OdbcConnectionHandle.cs
- AsyncOperation.cs
- MemberNameValidator.cs
- DependencyPropertyKind.cs
- SafeMarshalContext.cs
- SmiContext.cs
- StylusPointPropertyUnit.cs
- Timer.cs
- MergeEnumerator.cs
- TabRenderer.cs
- PropertyTab.cs
- CreateInstanceBinder.cs
- DataGridView.cs
- CultureInfoConverter.cs
- AssociationSet.cs
- ListViewDeletedEventArgs.cs
- ImpersonateTokenRef.cs
- CodeValidator.cs
- ToolBarPanel.cs
- DynamicActionMessageFilter.cs
- FamilyCollection.cs
- BindingCollection.cs
- DropShadowBitmapEffect.cs
- Table.cs
- BridgeDataRecord.cs
- HttpConfigurationContext.cs
- UniqueIdentifierService.cs
- Guid.cs
- FormViewDeleteEventArgs.cs
- EventEntry.cs
- CategoriesDocumentFormatter.cs
- CharConverter.cs
- APCustomTypeDescriptor.cs
- SqlProcedureAttribute.cs
- OdbcConnectionHandle.cs
- PropertyValueChangedEvent.cs
- InternalsVisibleToAttribute.cs
- BitmapEffectInput.cs
- ExtensionSurface.cs
- StorageEntityContainerMapping.cs