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
- XmlEventCache.cs
- ObjectSerializerFactory.cs
- XmlWhitespace.cs
- Decimal.cs
- ReflectionUtil.cs
- GridViewRow.cs
- BitmapEffectDrawingContent.cs
- DrawingVisual.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- QuaternionAnimationBase.cs
- DataList.cs
- JsonReader.cs
- InputBindingCollection.cs
- FtpCachePolicyElement.cs
- ServiceOperationListItem.cs
- NavigationFailedEventArgs.cs
- ClientTargetCollection.cs
- ColorTransformHelper.cs
- FormsIdentity.cs
- ScaleTransform3D.cs
- NotFiniteNumberException.cs
- Environment.cs
- Perspective.cs
- AddressHeaderCollection.cs
- CryptoConfig.cs
- DataGridViewDataErrorEventArgs.cs
- DecoderReplacementFallback.cs
- DataPagerCommandEventArgs.cs
- PageClientProxyGenerator.cs
- NotCondition.cs
- BaseServiceProvider.cs
- AudioFormatConverter.cs
- CodeTypeDeclaration.cs
- InvalidFilterCriteriaException.cs
- SqlNodeAnnotation.cs
- ToolTip.cs
- FormViewDeletedEventArgs.cs
- WebPartPersonalization.cs
- BookmarkEventArgs.cs
- FormView.cs
- FactoryId.cs
- BitmapDownload.cs
- PrivilegedConfigurationManager.cs
- ConfigurationProperty.cs
- SiteMembershipCondition.cs
- BaseProcessor.cs
- ExpressionBuilderContext.cs
- compensatingcollection.cs
- _NetRes.cs
- StubHelpers.cs
- TdsParserSafeHandles.cs
- TcpTransportSecurityElement.cs
- ItemsControl.cs
- StrokeFIndices.cs
- CodeCompiler.cs
- ThicknessAnimationBase.cs
- Hashtable.cs
- PeerInvitationResponse.cs
- DataControlCommands.cs
- GradientPanel.cs
- EntityAdapter.cs
- PassportIdentity.cs
- ByteKeyFrameCollection.cs
- MergePropertyDescriptor.cs
- SafeThreadHandle.cs
- SpellerError.cs
- SqlProviderManifest.cs
- StructuredCompositeActivityDesigner.cs
- ContentPathSegment.cs
- CodeConstructor.cs
- ExternalException.cs
- EntityDataReader.cs
- DockPanel.cs
- SqlSelectClauseBuilder.cs
- WindowsSecurityToken.cs
- CodeIndexerExpression.cs
- MembershipSection.cs
- WSDualHttpBindingCollectionElement.cs
- IndentTextWriter.cs
- OrthographicCamera.cs
- XmlSchemaAppInfo.cs
- NativeMethods.cs
- SecureConversationSecurityTokenParameters.cs
- NameObjectCollectionBase.cs
- ContextMenu.cs
- CngAlgorithm.cs
- XmlNotation.cs
- coordinatorscratchpad.cs
- ClassHandlersStore.cs
- HandlerFactoryCache.cs
- SqlDataSourceSelectingEventArgs.cs
- XsltQilFactory.cs
- StorageMappingItemCollection.cs
- QueueAccessMode.cs
- XMLSyntaxException.cs
- DesignerCommandAdapter.cs
- MappingItemCollection.cs
- ColorDialog.cs
- GetCryptoTransformRequest.cs
- ObjectDataSource.cs