Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Abstractions / HttpStaticObjectsCollectionBase.cs / 1305376 / HttpStaticObjectsCollectionBase.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System; using System.Collections; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Runtime.CompilerServices; [TypeForwardedFrom("System.Web.Abstractions, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")] [SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", Justification = "This type is an abstraction for HttpStaticObjectsCollection.")] public abstract class HttpStaticObjectsCollectionBase : ICollection, IEnumerable { [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public virtual int Count { get { throw new NotImplementedException(); } } public virtual bool IsReadOnly { get { throw new NotImplementedException(); } } [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public virtual bool IsSynchronized { get { throw new NotImplementedException(); } } public virtual object this[string name] { get { throw new NotImplementedException(); } } public virtual bool NeverAccessed { get { throw new NotImplementedException(); } } [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public virtual object SyncRoot { get { throw new NotImplementedException(); } } [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public virtual void CopyTo(Array array, int index) { throw new NotImplementedException(); } [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public virtual IEnumerator GetEnumerator() { throw new NotImplementedException(); } public virtual object GetObject(string name) { throw new NotImplementedException(); } public virtual void Serialize(BinaryWriter writer) { throw new NotImplementedException(); } } } // 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
- IndexerNameAttribute.cs
- HttpRuntimeSection.cs
- LambdaCompiler.Unary.cs
- VisualBrush.cs
- ApplyImportsAction.cs
- ConstrainedGroup.cs
- DataRelationPropertyDescriptor.cs
- SHA384Managed.cs
- Padding.cs
- FrameworkRichTextComposition.cs
- SerializationUtilities.cs
- ManagementOperationWatcher.cs
- RecordManager.cs
- RectIndependentAnimationStorage.cs
- ConfigurationValue.cs
- ImpersonationContext.cs
- FixedSOMGroup.cs
- ValidationRuleCollection.cs
- ArgumentNullException.cs
- Page.cs
- XpsDigitalSignature.cs
- AlphabeticalEnumConverter.cs
- ConfigXmlText.cs
- TemplateDefinition.cs
- cache.cs
- GridItemProviderWrapper.cs
- ViewGenerator.cs
- TranslateTransform3D.cs
- NullableBoolConverter.cs
- DataSourceSelectArguments.cs
- _LocalDataStore.cs
- _LazyAsyncResult.cs
- RotateTransform.cs
- QilScopedVisitor.cs
- PropertyToken.cs
- TreeViewItem.cs
- TreeViewImageKeyConverter.cs
- ListView.cs
- ControlBindingsCollection.cs
- RegexParser.cs
- ComponentRenameEvent.cs
- ConfigXmlWhitespace.cs
- RecordBuilder.cs
- ModelFunction.cs
- CharStorage.cs
- Point3DConverter.cs
- UIHelper.cs
- Rights.cs
- EntityDataSource.cs
- TypedReference.cs
- DynamicFilter.cs
- DependencyObject.cs
- NativeMethods.cs
- TypeDescriptionProvider.cs
- XmlFileEditor.cs
- Normalization.cs
- WindowsSysHeader.cs
- PathSegmentCollection.cs
- TextOutput.cs
- ClientUrlResolverWrapper.cs
- TypedColumnHandler.cs
- RectangleGeometry.cs
- WebServiceClientProxyGenerator.cs
- CookielessHelper.cs
- DataGridTableCollection.cs
- LockCookie.cs
- TextMarkerSource.cs
- KeyEventArgs.cs
- TableMethodGenerator.cs
- FormViewDeleteEventArgs.cs
- SqlMethodCallConverter.cs
- WebPartExportVerb.cs
- ControlValuePropertyAttribute.cs
- RemotingConfiguration.cs
- MemoryPressure.cs
- DynamicPropertyReader.cs
- basevalidator.cs
- FormParameter.cs
- TimerElapsedEvenArgs.cs
- QuaternionKeyFrameCollection.cs
- Vector3DConverter.cs
- SettingsPropertyNotFoundException.cs
- EventLogPermissionEntry.cs
- SchemaImporterExtension.cs
- SqlServices.cs
- DropDownButton.cs
- OperationResponse.cs
- DPAPIProtectedConfigurationProvider.cs
- Menu.cs
- MembershipUser.cs
- ScaleTransform3D.cs
- CopyOnWriteList.cs
- FileChangesMonitor.cs
- SqlProviderServices.cs
- JoinGraph.cs
- StateChangeEvent.cs
- RSAPKCS1SignatureDeformatter.cs
- MediaSystem.cs
- KeyValuePair.cs
- LabelLiteral.cs