Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Sys / System / Diagnostics / CodeAnalysis / ExcludeFromCodeCoverageAttribute.cs / 1305376 / ExcludeFromCodeCoverageAttribute.cs
using System; namespace System.Diagnostics.CodeAnalysis { ////// Specifies that the attributed code should be excluded from code coverage /// collection. Placing this attribute on a class/struct excludes all /// enclosed methods and properties from code coverage collection. /// [AttributeUsage( AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event, Inherited = false, AllowMultiple = false )] public sealed class ExcludeFromCodeCoverageAttribute : Attribute { public ExcludeFromCodeCoverageAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComplexTypeEmitter.cs
- RtfToken.cs
- FileCodeGroup.cs
- Odbc32.cs
- SourceChangedEventArgs.cs
- DbProviderFactories.cs
- HandleRef.cs
- CssTextWriter.cs
- DoubleCollection.cs
- StylusPointCollection.cs
- WsdlBuildProvider.cs
- Thread.cs
- RenderingEventArgs.cs
- EngineSiteSapi.cs
- RpcAsyncResult.cs
- InArgument.cs
- SamlAction.cs
- XmlSchemaParticle.cs
- XmlEnumAttribute.cs
- ComboBoxAutomationPeer.cs
- COM2ExtendedBrowsingHandler.cs
- HttpHandlerActionCollection.cs
- ActiveDocumentEvent.cs
- Int64.cs
- DesignerTransactionCloseEvent.cs
- ConfigXmlWhitespace.cs
- bidPrivateBase.cs
- DependsOnAttribute.cs
- EncryptedReference.cs
- LogRestartAreaEnumerator.cs
- ServiceRouteHandler.cs
- JobCollate.cs
- XmlWhitespace.cs
- ClientProxyGenerator.cs
- EventLogEntry.cs
- XmlSchemaFacet.cs
- DeclaredTypeValidator.cs
- TrustExchangeException.cs
- TemplateColumn.cs
- SiteMapDataSourceView.cs
- CacheMemory.cs
- FlowDocumentPaginator.cs
- XmlWriterSettings.cs
- DataMisalignedException.cs
- WorkflowService.cs
- AdRotator.cs
- TreeViewImageKeyConverter.cs
- ByeOperationAsyncResult.cs
- InvalidOleVariantTypeException.cs
- NullableDecimalAverageAggregationOperator.cs
- DataControlFieldsEditor.cs
- FlowNode.cs
- Border.cs
- BindingNavigator.cs
- WebException.cs
- EventDescriptorCollection.cs
- ParagraphResult.cs
- NativeMethods.cs
- NativeMethods.cs
- OAVariantLib.cs
- PrintSystemException.cs
- BaseProcessProtocolHandler.cs
- MediaElement.cs
- PassportAuthenticationModule.cs
- XmlEnumAttribute.cs
- AsyncResult.cs
- XmlILStorageConverter.cs
- TypeToStringValueConverter.cs
- Sql8ExpressionRewriter.cs
- ReadOnlyMetadataCollection.cs
- GridItemProviderWrapper.cs
- ObjectDataSourceMethodEventArgs.cs
- Root.cs
- HtmlEncodedRawTextWriter.cs
- X509Utils.cs
- StringAttributeCollection.cs
- PageClientProxyGenerator.cs
- ChineseLunisolarCalendar.cs
- OneOfScalarConst.cs
- MethodCallTranslator.cs
- ProtocolImporter.cs
- InlineCollection.cs
- RunInstallerAttribute.cs
- HTTPNotFoundHandler.cs
- RegexStringValidator.cs
- DataGridColumnDropSeparator.cs
- WebPartHelpVerb.cs
- OdbcParameterCollection.cs
- SendSecurityHeaderElement.cs
- DesignerSerializationOptionsAttribute.cs
- DockPanel.cs
- ToolboxCategory.cs
- BitmapCodecInfoInternal.cs
- ObjectTag.cs
- ExceptionUtil.cs
- PropertyPushdownHelper.cs
- GridViewEditEventArgs.cs
- PrintPreviewGraphics.cs
- Int16AnimationUsingKeyFrames.cs
- ErrorProvider.cs