Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / Configuration / AdapterDictionary.cs / 2 / AdapterDictionary.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Collections; using System.Collections.Specialized; using System.Security.Permissions; [Serializable] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class AdapterDictionary : OrderedDictionary { public AdapterDictionary() { } public string this[string key] { get { return (string)base[key]; } set { base[key] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextBoxBase.cs
- SQLCharsStorage.cs
- SqlGatherConsumedAliases.cs
- ServiceBusyException.cs
- FirstQueryOperator.cs
- TableItemStyle.cs
- InfoCardSymmetricAlgorithm.cs
- DecoderFallback.cs
- Win32NamedPipes.cs
- ProgressPage.cs
- PresentationSource.cs
- TimestampInformation.cs
- IOException.cs
- SourceCollection.cs
- XmlExpressionDumper.cs
- BitVec.cs
- RealizationContext.cs
- ValueType.cs
- DbConnectionPool.cs
- DataGridViewComboBoxEditingControl.cs
- AliasGenerator.cs
- ModelTreeManager.cs
- CompoundFileStorageReference.cs
- ToolStripSettings.cs
- AttributeProviderAttribute.cs
- Utils.cs
- AnnotationService.cs
- StatusBarItemAutomationPeer.cs
- AbstractDataSvcMapFileLoader.cs
- WebServiceParameterData.cs
- FlagPanel.cs
- TailCallAnalyzer.cs
- TextServicesProperty.cs
- CollectionBase.cs
- WebPartCloseVerb.cs
- X509AsymmetricSecurityKey.cs
- SecurityPolicySection.cs
- RegexTree.cs
- SortExpressionBuilder.cs
- OuterGlowBitmapEffect.cs
- ChtmlFormAdapter.cs
- ELinqQueryState.cs
- DataObject.cs
- RSACryptoServiceProvider.cs
- CachedPathData.cs
- UmAlQuraCalendar.cs
- GridLengthConverter.cs
- ReadOnlyHierarchicalDataSource.cs
- LineBreakRecord.cs
- DrawingGroup.cs
- SqlReferenceCollection.cs
- PkcsUtils.cs
- InputProviderSite.cs
- OperationCanceledException.cs
- XmlWriter.cs
- GroupByExpressionRewriter.cs
- TableLayoutSettingsTypeConverter.cs
- SHA1Managed.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DocumentOrderComparer.cs
- ToolStripContextMenu.cs
- DragCompletedEventArgs.cs
- XmlNodeList.cs
- XmlSchemaAny.cs
- CounterSample.cs
- EmptyElement.cs
- _BaseOverlappedAsyncResult.cs
- ViewPort3D.cs
- unitconverter.cs
- Compensate.cs
- UInt16.cs
- CollectionViewGroup.cs
- DesignerAdapterAttribute.cs
- ApplicationContext.cs
- DataRowComparer.cs
- FormViewDeletedEventArgs.cs
- ThreadStateException.cs
- InvalidProgramException.cs
- LicenseContext.cs
- WindowsStreamSecurityUpgradeProvider.cs
- ShaderEffect.cs
- CollectionContainer.cs
- Rectangle.cs
- MailWriter.cs
- WindowsTreeView.cs
- CheckBoxPopupAdapter.cs
- FormViewUpdateEventArgs.cs
- Maps.cs
- XmlKeywords.cs
- RegexTree.cs
- CommandSet.cs
- ContextMenu.cs
- Substitution.cs
- Soap12ProtocolImporter.cs
- ActivationArguments.cs
- ContextBase.cs
- PassportAuthentication.cs
- UpdateRecord.cs
- BaseCollection.cs
- SettingsBase.cs