Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- IgnorePropertiesAttribute.cs
- SqlTriggerAttribute.cs
- StrokeRenderer.cs
- ProgressiveCrcCalculatingStream.cs
- NominalTypeEliminator.cs
- PropertySourceInfo.cs
- PartialList.cs
- DefaultAssemblyResolver.cs
- ComponentDispatcherThread.cs
- DeclaredTypeValidatorAttribute.cs
- CompilationSection.cs
- InvokeProviderWrapper.cs
- MessageTransmitTraceRecord.cs
- BaseAppDomainProtocolHandler.cs
- Int32CollectionConverter.cs
- AddInToken.cs
- SchemaInfo.cs
- ImmComposition.cs
- MbpInfo.cs
- TdsParameterSetter.cs
- EditorPart.cs
- WindowsHyperlink.cs
- DataTableNewRowEvent.cs
- MergeFilterQuery.cs
- ProtocolInformationWriter.cs
- PersistChildrenAttribute.cs
- GreenMethods.cs
- XmlSigningNodeWriter.cs
- ScriptServiceAttribute.cs
- VirtualDirectoryMappingCollection.cs
- GroupByQueryOperator.cs
- DrawingServices.cs
- BaseTemplateParser.cs
- ResXResourceWriter.cs
- IntSecurity.cs
- Native.cs
- Int32RectConverter.cs
- XmlNamespaceMappingCollection.cs
- cache.cs
- SettingsSavedEventArgs.cs
- PointHitTestResult.cs
- XmlPropertyBag.cs
- Button.cs
- Lasso.cs
- MobileErrorInfo.cs
- TopClause.cs
- AppDomainFactory.cs
- StrokeCollection.cs
- FramingDecoders.cs
- ClientRolePrincipal.cs
- XmlParserContext.cs
- PersianCalendar.cs
- PropertyTab.cs
- CustomErrorCollection.cs
- Image.cs
- _SSPIWrapper.cs
- DocumentXPathNavigator.cs
- DocumentViewerConstants.cs
- Splitter.cs
- EmptyStringExpandableObjectConverter.cs
- altserialization.cs
- TableCellAutomationPeer.cs
- FormsAuthenticationModule.cs
- RegexCode.cs
- CodeDomSerializerException.cs
- SafeBitVector32.cs
- FamilyTypefaceCollection.cs
- XmlBinaryWriterSession.cs
- TypeSystem.cs
- Inflater.cs
- SingleKeyFrameCollection.cs
- DataServiceHostFactory.cs
- SchemaTableColumn.cs
- Transform.cs
- ToolStripContentPanel.cs
- CodeGotoStatement.cs
- InkCanvasSelectionAdorner.cs
- MethodBody.cs
- PkcsUtils.cs
- ThreadAttributes.cs
- ListViewItemSelectionChangedEvent.cs
- MediaElementAutomationPeer.cs
- LayoutEditorPart.cs
- BookmarkEventArgs.cs
- _AutoWebProxyScriptHelper.cs
- CompilerResults.cs
- WebAdminConfigurationHelper.cs
- AxisAngleRotation3D.cs
- BufferedGraphicsManager.cs
- PropertiesTab.cs
- ButtonBaseAdapter.cs
- TextSelectionHighlightLayer.cs
- HttpHandlerAction.cs
- ResourceLoader.cs
- TimeSpan.cs
- IndexExpression.cs
- PreDigestedSignedInfo.cs
- MultipleViewPattern.cs
- HttpGetServerProtocol.cs
- PageAsyncTask.cs