Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / AdapterDictionary.cs / 1305376 / 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] 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] 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
- ProfileManager.cs
- HandledMouseEvent.cs
- ChannelCacheSettings.cs
- SqlClientWrapperSmiStream.cs
- FtpRequestCacheValidator.cs
- TreeView.cs
- WebPartMenu.cs
- Model3DGroup.cs
- BinaryParser.cs
- ConfigUtil.cs
- DefaultSection.cs
- AncestorChangedEventArgs.cs
- ObjectSecurityT.cs
- EntityTransaction.cs
- RelationshipConstraintValidator.cs
- Baml6ConstructorInfo.cs
- FamilyMap.cs
- WinEventWrap.cs
- IndependentlyAnimatedPropertyMetadata.cs
- HttpRuntime.cs
- HandleExceptionArgs.cs
- SqlInternalConnectionTds.cs
- AccessControlEntry.cs
- InvalidTimeZoneException.cs
- IPGlobalProperties.cs
- EmbeddedMailObject.cs
- ProcessHostConfigUtils.cs
- BitmapSourceSafeMILHandle.cs
- SerializationHelper.cs
- StylusButtonCollection.cs
- QueryExpr.cs
- ActivityBuilderXamlWriter.cs
- OraclePermissionAttribute.cs
- RegexNode.cs
- PolicyFactory.cs
- IPAddressCollection.cs
- RelatedView.cs
- DocumentViewerBaseAutomationPeer.cs
- PlainXmlDeserializer.cs
- CallSiteBinder.cs
- ProfileProvider.cs
- LongTypeConverter.cs
- ManagementOptions.cs
- CompoundFileStorageReference.cs
- IndentTextWriter.cs
- MarkupWriter.cs
- GetWinFXPath.cs
- ToolTipService.cs
- MultipleViewPattern.cs
- MaskDesignerDialog.cs
- InteropTrackingRecord.cs
- Models.cs
- DataServiceQuery.cs
- configsystem.cs
- HTMLTagNameToTypeMapper.cs
- InternalResources.cs
- ListCollectionView.cs
- DetailsViewPagerRow.cs
- XXXOnTypeBuilderInstantiation.cs
- Timer.cs
- UpdateManifestForBrowserApplication.cs
- PasswordRecovery.cs
- DateTimeValueSerializer.cs
- JsonServiceDocumentSerializer.cs
- SelectionListComponentEditor.cs
- DataGridBeginningEditEventArgs.cs
- EncoderFallback.cs
- SQLRoleProvider.cs
- LoginView.cs
- Lookup.cs
- ResourceKey.cs
- LZCodec.cs
- RulePatternOps.cs
- ProbeMatchesMessage11.cs
- FixedPageAutomationPeer.cs
- StateDesignerConnector.cs
- CodeBinaryOperatorExpression.cs
- ByteStorage.cs
- SubtreeProcessor.cs
- GridViewItemAutomationPeer.cs
- NameScopePropertyAttribute.cs
- KeyMatchBuilder.cs
- RegexGroupCollection.cs
- Renderer.cs
- XmlAttributeCollection.cs
- DeferredElementTreeState.cs
- Authorization.cs
- EventProviderWriter.cs
- WhitespaceRuleReader.cs
- Resources.Designer.cs
- SuspendDesigner.cs
- _HTTPDateParse.cs
- SafeRightsManagementPubHandle.cs
- TickBar.cs
- AnnotationObservableCollection.cs
- Profiler.cs
- ObjectDataSourceFilteringEventArgs.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- TrackPoint.cs
- DebugController.cs