Code:
/ 4.0 / 4.0 / 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. 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
- Menu.cs
- EventBuilder.cs
- DllNotFoundException.cs
- PreloadHost.cs
- XmlSchemaObjectTable.cs
- TopClause.cs
- WindowsListBox.cs
- NativeMethods.cs
- Mappings.cs
- TraceEventCache.cs
- SemanticResolver.cs
- Command.cs
- XmlILModule.cs
- OrderByBuilder.cs
- WizardSideBarListControlItemEventArgs.cs
- ListCollectionView.cs
- WebConfigurationHostFileChange.cs
- CapiHashAlgorithm.cs
- SynchronousChannelMergeEnumerator.cs
- SqlReorderer.cs
- InvalidAsynchronousStateException.cs
- GlyphCache.cs
- XmlRawWriter.cs
- CultureInfoConverter.cs
- UxThemeWrapper.cs
- GenericPrincipal.cs
- _ProxyRegBlob.cs
- DataGrid.cs
- AppDomainFactory.cs
- DataGridViewCheckBoxCell.cs
- CodeArrayCreateExpression.cs
- LongSumAggregationOperator.cs
- ArgumentNullException.cs
- MaterialGroup.cs
- TableCell.cs
- TextTrailingCharacterEllipsis.cs
- OrderedDictionary.cs
- TypedTableBase.cs
- ProfileServiceManager.cs
- TrackBar.cs
- _ChunkParse.cs
- ObjectDataSourceStatusEventArgs.cs
- SortKey.cs
- TreeNodeStyle.cs
- BaseParser.cs
- TableLayout.cs
- AuthenticationService.cs
- UnicodeEncoding.cs
- RichTextBoxConstants.cs
- ContainsRowNumberChecker.cs
- TypeGeneratedEventArgs.cs
- ReadContentAsBinaryHelper.cs
- TraceListener.cs
- DrawingContextDrawingContextWalker.cs
- SqlDataReader.cs
- BitmapSourceSafeMILHandle.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DirectoryObjectSecurity.cs
- TextParagraphCache.cs
- NGCSerializationManagerAsync.cs
- XmlAttribute.cs
- Int64Storage.cs
- SmtpException.cs
- FileSystemEventArgs.cs
- InfoCardCryptoHelper.cs
- RegexWorker.cs
- SortFieldComparer.cs
- ServerValidateEventArgs.cs
- EncodingNLS.cs
- Application.cs
- WebBrowserBase.cs
- ECDiffieHellmanPublicKey.cs
- IfJoinedCondition.cs
- FunctionParameter.cs
- TextTreeUndoUnit.cs
- WizardStepCollectionEditor.cs
- QueryContinueDragEvent.cs
- _LocalDataStoreMgr.cs
- CompleteWizardStep.cs
- Int64.cs
- TypeSystemHelpers.cs
- QuaternionConverter.cs
- DataBindingHandlerAttribute.cs
- MatrixAnimationUsingPath.cs
- UniqueContractNameValidationBehavior.cs
- DesignTimeValidationFeature.cs
- BooleanExpr.cs
- WmfPlaceableFileHeader.cs
- IndexerNameAttribute.cs
- ZipIOCentralDirectoryBlock.cs
- EnumUnknown.cs
- TraceContext.cs
- DbProviderConfigurationHandler.cs
- SqlBooleanMismatchVisitor.cs
- LicenseContext.cs
- CommonGetThemePartSize.cs
- DataSetFieldSchema.cs
- MemberCollection.cs
- PageTheme.cs
- EventLogPermissionAttribute.cs