Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- InvariantComparer.cs
- XmlDataImplementation.cs
- StrongNameIdentityPermission.cs
- IisTraceWebEventProvider.cs
- SqlStatistics.cs
- Util.cs
- TableFieldsEditor.cs
- MenuItemStyleCollection.cs
- Int64AnimationBase.cs
- PropertyValidationContext.cs
- Number.cs
- XmlSigningNodeWriter.cs
- MonitorWrapper.cs
- PipelineModuleStepContainer.cs
- DataGridSortCommandEventArgs.cs
- XmlBinaryReader.cs
- PageCatalogPartDesigner.cs
- GeometryDrawing.cs
- WindowsAuthenticationEventArgs.cs
- HiddenFieldPageStatePersister.cs
- externdll.cs
- EventManager.cs
- SynchronousReceiveBehavior.cs
- NotificationContext.cs
- ReadWriteSpinLock.cs
- SHA384Managed.cs
- AssemblyName.cs
- FileDialog.cs
- PlatformCulture.cs
- IntersectQueryOperator.cs
- UrlPath.cs
- GPStream.cs
- ListViewCommandEventArgs.cs
- Crc32Helper.cs
- DbConnectionHelper.cs
- DbConnectionPool.cs
- XmlIgnoreAttribute.cs
- CrossContextChannel.cs
- DATA_BLOB.cs
- XamlPoint3DCollectionSerializer.cs
- RangeBaseAutomationPeer.cs
- ConstantExpression.cs
- MethodCallTranslator.cs
- Clause.cs
- ViewStateModeByIdAttribute.cs
- OneToOneMappingSerializer.cs
- EntityCodeGenerator.cs
- MetadataArtifactLoaderFile.cs
- KnownColorTable.cs
- XPathItem.cs
- ClaimSet.cs
- CaseInsensitiveOrdinalStringComparer.cs
- UnknownWrapper.cs
- TextTreeObjectNode.cs
- DataGridRelationshipRow.cs
- ObjectHelper.cs
- ThaiBuddhistCalendar.cs
- TreeBuilderBamlTranslator.cs
- RunWorkerCompletedEventArgs.cs
- BidOverLoads.cs
- TargetControlTypeAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- GreenMethods.cs
- DefaultValueAttribute.cs
- MetadataArtifactLoaderResource.cs
- Camera.cs
- AuthenticodeSignatureInformation.cs
- BufferModeSettings.cs
- AppAction.cs
- WindowsListViewGroup.cs
- RegexEditorDialog.cs
- RegistrationServices.cs
- XmlnsCompatibleWithAttribute.cs
- columnmapfactory.cs
- FactoryGenerator.cs
- UTF32Encoding.cs
- EllipseGeometry.cs
- Part.cs
- SqlDataSource.cs
- GlobalItem.cs
- AsnEncodedData.cs
- CoreSwitches.cs
- RepeatBehaviorConverter.cs
- DataGridCommandEventArgs.cs
- StsCommunicationException.cs
- BuiltInPermissionSets.cs
- TreeNodeStyleCollection.cs
- DefaultPrintController.cs
- ManipulationCompletedEventArgs.cs
- MdiWindowListStrip.cs
- StandardBindingCollectionElement.cs
- NativeMethods.cs
- CLSCompliantAttribute.cs
- Expression.cs
- AttributeTableBuilder.cs
- BitmapEffectCollection.cs
- DataGridItemCollection.cs
- KeyedCollection.cs
- HierarchicalDataBoundControl.cs
- AdornerPresentationContext.cs