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
- CorePropertiesFilter.cs
- SourceLineInfo.cs
- ComponentManagerBroker.cs
- SchemaCollectionPreprocessor.cs
- RelationshipType.cs
- HitTestResult.cs
- FixedSOMPage.cs
- CapabilitiesRule.cs
- SendingRequestEventArgs.cs
- InteropAutomationProvider.cs
- DataRowComparer.cs
- PagedDataSource.cs
- brushes.cs
- ExcCanonicalXml.cs
- TTSEngineTypes.cs
- PropertyGridEditorPart.cs
- EventNotify.cs
- TreePrinter.cs
- Debug.cs
- DocumentXPathNavigator.cs
- Vector.cs
- DefaultEventAttribute.cs
- OfTypeExpression.cs
- AssemblyCollection.cs
- HasActivatableWorkflowEvent.cs
- SendMailErrorEventArgs.cs
- MenuCommands.cs
- SQLInt32.cs
- WmpBitmapEncoder.cs
- HelpKeywordAttribute.cs
- LambdaCompiler.Binary.cs
- AccessDataSource.cs
- PrefixHandle.cs
- MimeBasePart.cs
- _SslSessionsCache.cs
- RegistryKey.cs
- ExpressionLink.cs
- SafeNativeMethods.cs
- PropertyPushdownHelper.cs
- Events.cs
- FixedSOMPageElement.cs
- Label.cs
- TextRunCacheImp.cs
- BamlLocalizabilityResolver.cs
- ReaderWriterLockWrapper.cs
- InputLanguageSource.cs
- MeshGeometry3D.cs
- OperationCanceledException.cs
- RawStylusInput.cs
- XamlClipboardData.cs
- Identifier.cs
- ClientType.cs
- XmlCompatibilityReader.cs
- PageSetupDialog.cs
- Evidence.cs
- CheckBoxStandardAdapter.cs
- WebPartCollection.cs
- CurrentChangedEventManager.cs
- LocalizationParserHooks.cs
- CrossAppDomainChannel.cs
- MdiWindowListItemConverter.cs
- DbConvert.cs
- Codec.cs
- EventEntry.cs
- dataprotectionpermission.cs
- DependencyObjectProvider.cs
- NetworkInterface.cs
- Constants.cs
- followingsibling.cs
- OleDbDataReader.cs
- ObjectContextServiceProvider.cs
- Wizard.cs
- ReadOnlyDataSourceView.cs
- DeviceFilterEditorDialog.cs
- ParameterCollection.cs
- EventMappingSettings.cs
- HttpGetServerProtocol.cs
- CodeAttributeArgument.cs
- shaperfactory.cs
- XmlSchemaSimpleContentExtension.cs
- RegexFCD.cs
- _RequestLifetimeSetter.cs
- WindowsSysHeader.cs
- MinMaxParagraphWidth.cs
- BamlLocalizer.cs
- BinaryParser.cs
- InitializerFacet.cs
- TagElement.cs
- MessageHeaderDescription.cs
- GridViewColumnCollectionChangedEventArgs.cs
- HMACMD5.cs
- precedingsibling.cs
- ZipIOLocalFileBlock.cs
- EncryptedType.cs
- PermissionRequestEvidence.cs
- RegistryKey.cs
- HwndAppCommandInputProvider.cs
- SpeechRecognizer.cs
- WebPartConnectionsEventArgs.cs
- Point3DValueSerializer.cs