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
- WebRequestModuleElement.cs
- Assembly.cs
- FilterException.cs
- GPPOINTF.cs
- TypeNameConverter.cs
- ServerType.cs
- ThrowHelper.cs
- SchemaTableOptionalColumn.cs
- DocumentGridPage.cs
- _NTAuthentication.cs
- TabPage.cs
- FindRequestContext.cs
- XsltQilFactory.cs
- ImageClickEventArgs.cs
- InputProviderSite.cs
- Latin1Encoding.cs
- Model3D.cs
- AmbientProperties.cs
- SHA1Managed.cs
- MethodCallTranslator.cs
- SqlBooleanMismatchVisitor.cs
- WebPartVerb.cs
- XhtmlBasicPanelAdapter.cs
- DecimalStorage.cs
- BinaryObjectWriter.cs
- GAC.cs
- HitTestWithPointDrawingContextWalker.cs
- ListBindingConverter.cs
- CalendarSelectionChangedEventArgs.cs
- HttpServerVarsCollection.cs
- AdornerPresentationContext.cs
- XmlNodeComparer.cs
- BooleanToVisibilityConverter.cs
- ScanQueryOperator.cs
- IPCCacheManager.cs
- HMAC.cs
- RegexMatch.cs
- SQLDateTime.cs
- WebSysDefaultValueAttribute.cs
- ShaderEffect.cs
- XmlSerializerObjectSerializer.cs
- OleDbReferenceCollection.cs
- PageClientProxyGenerator.cs
- TiffBitmapDecoder.cs
- CallId.cs
- HtmlMeta.cs
- HttpConfigurationContext.cs
- TdsEnums.cs
- InkCanvasFeedbackAdorner.cs
- ReflectionTypeLoadException.cs
- PenLineJoinValidation.cs
- PageAsyncTask.cs
- PathSegmentCollection.cs
- SiteMapNodeItem.cs
- ExtenderControl.cs
- DocumentPageViewAutomationPeer.cs
- StylusPointDescription.cs
- WindowsStatusBar.cs
- InternalCache.cs
- ProgressBar.cs
- Attributes.cs
- SqlVisitor.cs
- SQLInt64.cs
- ChangePassword.cs
- HighContrastHelper.cs
- CriticalHandle.cs
- BufferedStream.cs
- FileSystemEnumerable.cs
- OptimisticConcurrencyException.cs
- TimeoutValidationAttribute.cs
- TreeIterator.cs
- EntityKeyElement.cs
- PropertyNames.cs
- propertyentry.cs
- BaseComponentEditor.cs
- RijndaelManagedTransform.cs
- TransactionTraceIdentifier.cs
- SapiGrammar.cs
- NavigationPropertyEmitter.cs
- ExternalFile.cs
- TraceContext.cs
- TemplateComponentConnector.cs
- TemplatePagerField.cs
- XamlFigureLengthSerializer.cs
- DateTimeOffset.cs
- MessageQueue.cs
- ParamArrayAttribute.cs
- DefinitionBase.cs
- ObsoleteAttribute.cs
- XmlTypeAttribute.cs
- PocoEntityKeyStrategy.cs
- TextView.cs
- SimpleWorkerRequest.cs
- DetailsViewInsertEventArgs.cs
- PlainXmlDeserializer.cs
- MetadataWorkspace.cs
- DataGridViewRow.cs
- TableHeaderCell.cs
- TextEndOfLine.cs
- DiscardableAttribute.cs