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
- SchemaImporter.cs
- SystemWebSectionGroup.cs
- IItemProperties.cs
- SqlVersion.cs
- ConstraintConverter.cs
- ArrayWithOffset.cs
- InstallerTypeAttribute.cs
- Merger.cs
- sqlnorm.cs
- DocumentGridContextMenu.cs
- SimpleRecyclingCache.cs
- Peer.cs
- CodeAttributeDeclarationCollection.cs
- ListViewInsertedEventArgs.cs
- HtmlEmptyTagControlBuilder.cs
- TimeoutConverter.cs
- SerialReceived.cs
- ContractNamespaceAttribute.cs
- ZipIOExtraFieldPaddingElement.cs
- URIFormatException.cs
- MaskedTextProvider.cs
- TreeNodeStyleCollection.cs
- Gdiplus.cs
- CodeStatementCollection.cs
- EmptyStringExpandableObjectConverter.cs
- IHttpResponseInternal.cs
- FlowDocumentPageViewerAutomationPeer.cs
- UnsafeNativeMethods.cs
- IRCollection.cs
- DateTimeOffset.cs
- SqlCrossApplyToCrossJoin.cs
- SplashScreen.cs
- TemplateField.cs
- TextMarkerSource.cs
- QueueProcessor.cs
- IgnoreSectionHandler.cs
- PeerContact.cs
- SignatureResourcePool.cs
- ArglessEventHandlerProxy.cs
- FileDialog.cs
- HtmlControl.cs
- ReliableReplySessionChannel.cs
- HttpCapabilitiesSectionHandler.cs
- MatrixKeyFrameCollection.cs
- safesecurityhelperavalon.cs
- _IPv6Address.cs
- HelpEvent.cs
- FixedPageAutomationPeer.cs
- ColumnWidthChangedEvent.cs
- SqlParameter.cs
- ClientData.cs
- HtmlInputReset.cs
- MethodImplAttribute.cs
- SetIterators.cs
- Compilation.cs
- FormsIdentity.cs
- LiteralLink.cs
- SystemPens.cs
- SetterBaseCollection.cs
- AuthenticatingEventArgs.cs
- Command.cs
- PartialList.cs
- WebScriptMetadataFormatter.cs
- IndexedEnumerable.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- GlobalizationAssembly.cs
- CodeDirectoryCompiler.cs
- activationcontext.cs
- MailBnfHelper.cs
- Crc32Helper.cs
- OledbConnectionStringbuilder.cs
- _FtpControlStream.cs
- WindowsHyperlink.cs
- TextTreeDeleteContentUndoUnit.cs
- ToolBar.cs
- DispatchWrapper.cs
- typedescriptorpermission.cs
- SymmetricKey.cs
- KeyedHashAlgorithm.cs
- ModuleBuilderData.cs
- ClientSponsor.cs
- SR.cs
- SoapIgnoreAttribute.cs
- WebBrowserContainer.cs
- TypefaceMetricsCache.cs
- QuerySafeNavigator.cs
- EventInfo.cs
- X509ClientCertificateCredentialsElement.cs
- Processor.cs
- WebBrowserEvent.cs
- QilGenerator.cs
- Tokenizer.cs
- CollectionType.cs
- ConfigurationSectionGroup.cs
- CustomLineCap.cs
- mda.cs
- WebReferencesBuildProvider.cs
- IfAction.cs
- EntityParameterCollection.cs
- SupportsEventValidationAttribute.cs