Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IdentityNotMappedException.cs
- TemplateControlCodeDomTreeGenerator.cs
- ImageBrush.cs
- InProcStateClientManager.cs
- XslAst.cs
- KeySplineConverter.cs
- GeometryConverter.cs
- WebSysDescriptionAttribute.cs
- ComEventsMethod.cs
- Completion.cs
- UniformGrid.cs
- MessagePropertyVariants.cs
- BaseDataBoundControl.cs
- PeerTransportElement.cs
- CellConstantDomain.cs
- SendAgentStatusRequest.cs
- DefaultHttpHandler.cs
- ModifiableIteratorCollection.cs
- CustomCategoryAttribute.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- RootDesignerSerializerAttribute.cs
- ToolStripDropTargetManager.cs
- PeerPresenceInfo.cs
- GregorianCalendarHelper.cs
- AnnotationHelper.cs
- IntranetCredentialPolicy.cs
- JsonDeserializer.cs
- DuplicateWaitObjectException.cs
- RemotingServices.cs
- XsltException.cs
- HTMLTextWriter.cs
- HtmlEncodedRawTextWriter.cs
- KoreanLunisolarCalendar.cs
- XmlEventCache.cs
- PrintPreviewControl.cs
- CreateWorkflowOwnerCommand.cs
- HttpCachePolicy.cs
- _AuthenticationState.cs
- Int64KeyFrameCollection.cs
- ObjectSecurity.cs
- ProcessThreadCollection.cs
- ButtonBase.cs
- Vector3DCollectionConverter.cs
- SafeLibraryHandle.cs
- TypeUtils.cs
- Debug.cs
- SourceLocationProvider.cs
- ManagementDateTime.cs
- ResourceReader.cs
- SqlCharStream.cs
- CryptoConfig.cs
- DoWorkEventArgs.cs
- _Semaphore.cs
- Renderer.cs
- CompiledQueryCacheEntry.cs
- Style.cs
- ExtensionCollection.cs
- Menu.cs
- GacUtil.cs
- SmiSettersStream.cs
- Grid.cs
- ItemsChangedEventArgs.cs
- AQNBuilder.cs
- MemberMaps.cs
- TypeHelpers.cs
- RegistrationServices.cs
- ConfigurationManagerHelper.cs
- DynamicControlParameter.cs
- DependencyObjectProvider.cs
- Frame.cs
- GifBitmapDecoder.cs
- QueryCacheKey.cs
- OSFeature.cs
- InternalConfigHost.cs
- updateconfighost.cs
- XmlSchemaInclude.cs
- AmbientValueAttribute.cs
- ReadOnlyCollectionBuilder.cs
- Helper.cs
- WorkflowPersistenceService.cs
- AssertFilter.cs
- ClosableStream.cs
- ConsumerConnectionPoint.cs
- TextEditorCopyPaste.cs
- List.cs
- LambdaCompiler.ControlFlow.cs
- Image.cs
- DynamicActivityXamlReader.cs
- State.cs
- HeaderedItemsControl.cs
- HighlightComponent.cs
- MergeFilterQuery.cs
- OutputCacheSettingsSection.cs
- ManagementException.cs
- QueryPrefixOp.cs
- IDQuery.cs
- SqlBuilder.cs
- XmlProcessingInstruction.cs
- StrongNameHelpers.cs
- PagedDataSource.cs