Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / Configuration / AdapterDictionary.cs / 1 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyGridDesigner.cs
- EncoderReplacementFallback.cs
- SemanticTag.cs
- ValueConversionAttribute.cs
- XmlWellformedWriter.cs
- HttpDebugHandler.cs
- BooleanExpr.cs
- Int32KeyFrameCollection.cs
- MemoryMappedViewStream.cs
- RepeatBehavior.cs
- AggregatePushdown.cs
- LessThanOrEqual.cs
- SchemaTableOptionalColumn.cs
- AnonymousIdentificationSection.cs
- SingleTagSectionHandler.cs
- NamespaceMapping.cs
- MailAddress.cs
- SqlParameterCollection.cs
- BaseCollection.cs
- HitTestParameters3D.cs
- WrapPanel.cs
- WebPartConnectionsDisconnectVerb.cs
- DoubleAnimationClockResource.cs
- SoapEnumAttribute.cs
- EntityContainerRelationshipSetEnd.cs
- bidPrivateBase.cs
- SiteMembershipCondition.cs
- TextLineResult.cs
- SafeRightsManagementQueryHandle.cs
- OLEDB_Util.cs
- IDQuery.cs
- WizardSideBarListControlItemEventArgs.cs
- ThousandthOfEmRealDoubles.cs
- WindowInteractionStateTracker.cs
- BinaryCommonClasses.cs
- MsdtcClusterUtils.cs
- InheritanceContextHelper.cs
- SqlCacheDependencySection.cs
- IIS7UserPrincipal.cs
- Context.cs
- DocumentXPathNavigator.cs
- StoryFragments.cs
- ToolStripSeparator.cs
- DataGridViewColumnEventArgs.cs
- TogglePatternIdentifiers.cs
- relpropertyhelper.cs
- HostingPreferredMapPath.cs
- TextDecorationCollection.cs
- comcontractssection.cs
- SignalGate.cs
- EmptyReadOnlyDictionaryInternal.cs
- DoWhile.cs
- RightsManagementEncryptionTransform.cs
- Variable.cs
- CheckBoxPopupAdapter.cs
- _AutoWebProxyScriptEngine.cs
- MonitoringDescriptionAttribute.cs
- DbProviderFactory.cs
- ObjectSet.cs
- LeafCellTreeNode.cs
- ExecutedRoutedEventArgs.cs
- UidManager.cs
- ProviderSettings.cs
- TextPointerBase.cs
- RepeatInfo.cs
- ICspAsymmetricAlgorithm.cs
- KerberosSecurityTokenAuthenticator.cs
- StorageEndPropertyMapping.cs
- IndexedGlyphRun.cs
- MonitorWrapper.cs
- CommonDialog.cs
- RequiredAttributeAttribute.cs
- MergeExecutor.cs
- ServiceOperationListItem.cs
- PrintPreviewDialog.cs
- Translator.cs
- HandlerFactoryWrapper.cs
- Transform.cs
- _Semaphore.cs
- CustomValidator.cs
- EventRoute.cs
- FullTextLine.cs
- TextFormatterImp.cs
- StringValueConverter.cs
- DbConnectionPool.cs
- FormDesigner.cs
- ParsedAttributeCollection.cs
- IsolatedStorageFilePermission.cs
- LambdaCompiler.Address.cs
- ChangesetResponse.cs
- MetadataPropertyCollection.cs
- RemoteDebugger.cs
- ValidationRule.cs
- DivideByZeroException.cs
- LinqDataSourceContextData.cs
- TextCollapsingProperties.cs
- Decimal.cs
- Win32Exception.cs
- FragmentQueryKB.cs
- HtmlControlPersistable.cs