Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / AdapterDictionary.cs / 5 / 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
- DataGridColumnStyleMappingNameEditor.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- Context.cs
- ImageInfo.cs
- BufferedWebEventProvider.cs
- SiteOfOriginContainer.cs
- NullableConverter.cs
- ProfileSettings.cs
- LifetimeMonitor.cs
- CharEntityEncoderFallback.cs
- ServiceModelEnumValidator.cs
- HtmlGenericControl.cs
- DrawingVisualDrawingContext.cs
- DiagnosticTraceSource.cs
- XPathBinder.cs
- XmlHierarchyData.cs
- StateItem.cs
- FileNotFoundException.cs
- DataGridViewSortCompareEventArgs.cs
- DbModificationClause.cs
- MsmqIntegrationProcessProtocolHandler.cs
- GridViewPageEventArgs.cs
- IBuiltInEvidence.cs
- KerberosSecurityTokenAuthenticator.cs
- ConsumerConnectionPoint.cs
- InvariantComparer.cs
- WebPartCloseVerb.cs
- PropertyGrid.cs
- Registry.cs
- ActivitySurrogateSelector.cs
- IgnoreDataMemberAttribute.cs
- ProxyElement.cs
- CodeStatement.cs
- TrustLevel.cs
- DocumentGrid.cs
- IIS7UserPrincipal.cs
- StringHandle.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- FieldNameLookup.cs
- DomainUpDown.cs
- CounterSample.cs
- XPathArrayIterator.cs
- HtmlTextArea.cs
- DataObjectSettingDataEventArgs.cs
- SchemaCollectionPreprocessor.cs
- ConfigXmlSignificantWhitespace.cs
- _NegoStream.cs
- ScalarConstant.cs
- Matrix3DConverter.cs
- LineServices.cs
- LongValidatorAttribute.cs
- EventTrigger.cs
- RepeaterDesigner.cs
- LayoutTable.cs
- ProxyHwnd.cs
- ECDsaCng.cs
- EventLogPermissionEntry.cs
- FileVersionInfo.cs
- GZipStream.cs
- ResourceAttributes.cs
- LineUtil.cs
- ServiceDesigner.cs
- RadioButtonBaseAdapter.cs
- ConstraintConverter.cs
- DESCryptoServiceProvider.cs
- InvalidFilterCriteriaException.cs
- XD.cs
- ModulesEntry.cs
- SchemaRegistration.cs
- safex509handles.cs
- SecurityPolicySection.cs
- ImageAttributes.cs
- TransformerInfoCollection.cs
- Panel.cs
- SafeNativeMethods.cs
- RelationshipEndCollection.cs
- Int32Rect.cs
- UnsafeNativeMethodsPenimc.cs
- NativeMethods.cs
- BackgroundFormatInfo.cs
- TakeOrSkipQueryOperator.cs
- DirtyTextRange.cs
- CleanUpVirtualizedItemEventArgs.cs
- SQLBinaryStorage.cs
- ComponentDispatcher.cs
- StackBuilderSink.cs
- DocumentAutomationPeer.cs
- TrustLevelCollection.cs
- LogConverter.cs
- FontFamilyIdentifier.cs
- TdsRecordBufferSetter.cs
- DataTableNewRowEvent.cs
- EFDataModelProvider.cs
- UnsafeNetInfoNativeMethods.cs
- InputLanguageProfileNotifySink.cs
- PrinterResolution.cs
- RootBrowserWindowProxy.cs
- UndoEngine.cs
- SchemaImporterExtension.cs
- SqlDataSourceCommandEventArgs.cs