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
- ModelUIElement3D.cs
- ProgressBarAutomationPeer.cs
- CheckBoxList.cs
- XmlFileEditor.cs
- ConfigXmlAttribute.cs
- DbProviderFactoriesConfigurationHandler.cs
- ImplicitInputBrush.cs
- EUCJPEncoding.cs
- HMACSHA512.cs
- TreeNodeBinding.cs
- _ConnectOverlappedAsyncResult.cs
- PathGeometry.cs
- DataGridViewRowCancelEventArgs.cs
- XamlFilter.cs
- DurationConverter.cs
- SqlDataSourceWizardForm.cs
- GroupItem.cs
- TypeNameConverter.cs
- ButtonColumn.cs
- ChannelDispatcherCollection.cs
- CanonicalXml.cs
- OdbcUtils.cs
- RecognizerBase.cs
- SchemaTypeEmitter.cs
- EventSinkHelperWriter.cs
- XmlSchemaElement.cs
- DbConnectionPoolCounters.cs
- OdbcStatementHandle.cs
- InvokePatternIdentifiers.cs
- CancelEventArgs.cs
- ExtensionSimplifierMarkupObject.cs
- XmlSchemaInclude.cs
- CompModHelpers.cs
- ExpressionCopier.cs
- DetailsViewInsertedEventArgs.cs
- CustomAssemblyResolver.cs
- DynamicQueryableWrapper.cs
- HtmlGenericControl.cs
- ObjectConverter.cs
- AuthenticatingEventArgs.cs
- SyndicationDeserializer.cs
- StreamGeometry.cs
- ObjectFullSpanRewriter.cs
- FormClosedEvent.cs
- CatalogPartCollection.cs
- RightNameExpirationInfoPair.cs
- RemoteWebConfigurationHostStream.cs
- ManagedCodeMarkers.cs
- CaseDesigner.xaml.cs
- DataGridViewColumnCollection.cs
- remotingproxy.cs
- SharedConnectionWorkflowTransactionService.cs
- XamlPoint3DCollectionSerializer.cs
- StringFunctions.cs
- DataGridBoundColumn.cs
- DataGridViewTextBoxColumn.cs
- ObjectListSelectEventArgs.cs
- ApplyTemplatesAction.cs
- Vector3DAnimationUsingKeyFrames.cs
- RsaSecurityKey.cs
- SecurityContext.cs
- CachedRequestParams.cs
- _BaseOverlappedAsyncResult.cs
- ReturnEventArgs.cs
- EncryptedType.cs
- PointCollection.cs
- securitycriticaldataformultiplegetandset.cs
- InstanceOwnerException.cs
- FeatureSupport.cs
- InputLanguageManager.cs
- ConvertersCollection.cs
- SpanIndex.cs
- TargetException.cs
- XmlSerializerFactory.cs
- COSERVERINFO.cs
- ComponentCollection.cs
- Border.cs
- RectKeyFrameCollection.cs
- ComboBoxAutomationPeer.cs
- MimeParameters.cs
- FilteredDataSetHelper.cs
- CodeTypeMember.cs
- QueueException.cs
- SignatureToken.cs
- TokenizerHelper.cs
- arclist.cs
- DesignerTransaction.cs
- ContentPresenter.cs
- SoapSchemaMember.cs
- KeyToListMap.cs
- IPHostEntry.cs
- PathFigureCollection.cs
- SmtpAuthenticationManager.cs
- WeakHashtable.cs
- InfiniteIntConverter.cs
- PageEventArgs.cs
- FieldDescriptor.cs
- WebBrowserSiteBase.cs
- DesignerActionService.cs
- Cursor.cs