Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Configuration / AdapterDictionary.cs / 1 / 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
- TimeoutException.cs
- ProviderUtil.cs
- InputBuffer.cs
- CompilerGlobalScopeAttribute.cs
- UITypeEditor.cs
- CategoryAttribute.cs
- PriorityItem.cs
- FindCriteriaApril2005.cs
- RowUpdatedEventArgs.cs
- ObjectDataSourceDisposingEventArgs.cs
- TextParentUndoUnit.cs
- _ConnectOverlappedAsyncResult.cs
- DeviceContext.cs
- SolidBrush.cs
- FormConverter.cs
- Typeface.cs
- DbDataAdapter.cs
- CompositeFontFamily.cs
- DataGridViewAdvancedBorderStyle.cs
- HashHelper.cs
- CurrentChangedEventManager.cs
- TdsParameterSetter.cs
- DefaultPrintController.cs
- ExpressionParser.cs
- SynchronousChannel.cs
- ExecutionContext.cs
- TemplateControlParser.cs
- ellipse.cs
- sqlser.cs
- AccessKeyManager.cs
- RotationValidation.cs
- UIntPtr.cs
- NetworkStream.cs
- ReflectEventDescriptor.cs
- SchemaElementLookUpTableEnumerator.cs
- Brush.cs
- XPathNodeInfoAtom.cs
- HashSet.cs
- WindowsTokenRoleProvider.cs
- EndOfStreamException.cs
- NativeMethods.cs
- XsltException.cs
- Part.cs
- MobileCapabilities.cs
- ProtocolsConfigurationEntry.cs
- QueryableFilterUserControl.cs
- AngleUtil.cs
- EffectiveValueEntry.cs
- propertytag.cs
- ExceptionWrapper.cs
- CalendarDayButton.cs
- sqlstateclientmanager.cs
- EventLog.cs
- StrokeCollection.cs
- DataViewListener.cs
- XpsDocument.cs
- Token.cs
- NonSerializedAttribute.cs
- FileUtil.cs
- InfoCardProofToken.cs
- TimersDescriptionAttribute.cs
- ParameterDataSourceExpression.cs
- WinCategoryAttribute.cs
- DataGridViewCellConverter.cs
- SynchronizedDispatch.cs
- TreeViewEvent.cs
- filewebrequest.cs
- StaticSiteMapProvider.cs
- XmlLinkedNode.cs
- StorageEntityContainerMapping.cs
- CodeDomSerializationProvider.cs
- XsdBuildProvider.cs
- Sorting.cs
- HttpFileCollection.cs
- StreamWithDictionary.cs
- HttpRawResponse.cs
- LinqDataSourceView.cs
- DataSourceViewSchemaConverter.cs
- ContainerAction.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ContentDisposition.cs
- ProfileModule.cs
- CellIdBoolean.cs
- ArrayElementGridEntry.cs
- EpmSourcePathSegment.cs
- ComplexTypeEmitter.cs
- HttpServerUtilityWrapper.cs
- EventPropertyMap.cs
- SqlWebEventProvider.cs
- Cursors.cs
- RowBinding.cs
- MetaModel.cs
- ReferenceEqualityComparer.cs
- COAUTHINFO.cs
- SimpleColumnProvider.cs
- WebPartTransformer.cs
- TypeUsage.cs
- ReaderOutput.cs
- ToolConsole.cs
- DataServices.cs