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
- Int32AnimationUsingKeyFrames.cs
- DataGridHeaderBorder.cs
- GlyphTypeface.cs
- NoneExcludedImageIndexConverter.cs
- DesignerWidgets.cs
- GrammarBuilderRuleRef.cs
- NamedPipeAppDomainProtocolHandler.cs
- ExpanderAutomationPeer.cs
- HttpPostedFileBase.cs
- WebColorConverter.cs
- LineSegment.cs
- ColumnHeader.cs
- XpsSerializerFactory.cs
- XamlPoint3DCollectionSerializer.cs
- BaseResourcesBuildProvider.cs
- ListBoxItemAutomationPeer.cs
- InplaceBitmapMetadataWriter.cs
- HelpKeywordAttribute.cs
- Cursor.cs
- documentsequencetextpointer.cs
- DeviceSpecificChoice.cs
- AutoScrollExpandMessageFilter.cs
- InkCanvasAutomationPeer.cs
- ListViewAutomationPeer.cs
- InvalidDataException.cs
- ISFTagAndGuidCache.cs
- ScriptControlDescriptor.cs
- __ComObject.cs
- DeferredReference.cs
- Menu.cs
- EntityDataSourceDataSelection.cs
- DiagnosticTraceRecords.cs
- AncillaryOps.cs
- NativeWindow.cs
- ICollection.cs
- shaperfactory.cs
- SmtpNegotiateAuthenticationModule.cs
- DataListItemEventArgs.cs
- PlainXmlDeserializer.cs
- SqlGatherProducedAliases.cs
- TextContainerChangeEventArgs.cs
- TrackingProfileSerializer.cs
- DomainLiteralReader.cs
- ExitEventArgs.cs
- XmlSiteMapProvider.cs
- StringCollection.cs
- ClientSponsor.cs
- DirectionalLight.cs
- SmiContextFactory.cs
- TextTreeText.cs
- HostingEnvironmentException.cs
- BindingExpressionUncommonField.cs
- CompilerResults.cs
- FileVersion.cs
- CustomAttributeFormatException.cs
- ExceptionNotification.cs
- ComponentDispatcher.cs
- ADMembershipProvider.cs
- XmlArrayItemAttributes.cs
- PropertyInformationCollection.cs
- ContainerParagraph.cs
- FunctionDescription.cs
- MatrixCamera.cs
- AnimationTimeline.cs
- HostingEnvironment.cs
- HttpResponseWrapper.cs
- HtmlImageAdapter.cs
- TraceSource.cs
- ScriptResourceAttribute.cs
- ConcurrentStack.cs
- DefaultIfEmptyQueryOperator.cs
- DataGridViewCellParsingEventArgs.cs
- SatelliteContractVersionAttribute.cs
- DataTableMappingCollection.cs
- EmbossBitmapEffect.cs
- IntPtr.cs
- SystemSounds.cs
- IdnElement.cs
- XmlILConstructAnalyzer.cs
- RegexInterpreter.cs
- OdbcEnvironmentHandle.cs
- QuotedPrintableStream.cs
- Vector3DCollection.cs
- ParameterCollection.cs
- Part.cs
- DispatcherHooks.cs
- PropertyCondition.cs
- ProfessionalColors.cs
- SplitContainerDesigner.cs
- HyperLinkStyle.cs
- DynamicScriptObject.cs
- SplitterEvent.cs
- ScriptMethodAttribute.cs
- FontDialog.cs
- ReflectEventDescriptor.cs
- TextRunTypographyProperties.cs
- WebUtil.cs
- PropertyToken.cs
- SessionStateUtil.cs
- XmlQueryCardinality.cs