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
- HyperLink.cs
- FillRuleValidation.cs
- InfoCardServiceInstallComponent.cs
- StorageMappingItemCollection.cs
- RowToParametersTransformer.cs
- _TransmitFileOverlappedAsyncResult.cs
- Calendar.cs
- ItemsPresenter.cs
- DropSourceBehavior.cs
- SmtpNegotiateAuthenticationModule.cs
- SwitchElementsCollection.cs
- TextRunCache.cs
- PerspectiveCamera.cs
- FilterQuery.cs
- Material.cs
- SpecialNameAttribute.cs
- StatusBar.cs
- LineGeometry.cs
- SecurityUniqueId.cs
- InternalConfigConfigurationFactory.cs
- DataControlPagerLinkButton.cs
- TreeViewImageKeyConverter.cs
- FontDifferentiator.cs
- EmptyStringExpandableObjectConverter.cs
- ManagementPath.cs
- BlobPersonalizationState.cs
- AttachmentCollection.cs
- MatrixTransform.cs
- DataObjectCopyingEventArgs.cs
- SystemIcons.cs
- VisualBasicSettingsHandler.cs
- BatchStream.cs
- DataRowChangeEvent.cs
- StaticResourceExtension.cs
- CodePrimitiveExpression.cs
- EventLogPermissionEntryCollection.cs
- MappingException.cs
- TraceLog.cs
- SqlFacetAttribute.cs
- GeneralTransform3DGroup.cs
- Emitter.cs
- LinearGradientBrush.cs
- List.cs
- HandlerMappingMemo.cs
- TrustSection.cs
- XhtmlConformanceSection.cs
- ConfigurationManagerHelper.cs
- HyperLinkDesigner.cs
- AmbientValueAttribute.cs
- CodeMemberField.cs
- FixedDocumentSequencePaginator.cs
- CodeDomDecompiler.cs
- Logging.cs
- QueryServiceConfigHandle.cs
- XPathNavigatorReader.cs
- GatewayDefinition.cs
- SqlFlattener.cs
- OdbcReferenceCollection.cs
- Unit.cs
- WebEncodingValidatorAttribute.cs
- HttpValueCollection.cs
- ComponentResourceKey.cs
- LambdaCompiler.Expressions.cs
- __Error.cs
- PTUtility.cs
- APCustomTypeDescriptor.cs
- RoutedEvent.cs
- XmlSchemaAnnotated.cs
- BitmapMetadata.cs
- IIS7UserPrincipal.cs
- EventLogPermissionEntryCollection.cs
- EntityParameter.cs
- NotifyParentPropertyAttribute.cs
- ToolStripOverflowButton.cs
- XmlSchemaInfo.cs
- MenuItemCollection.cs
- ResolveDuplex11AsyncResult.cs
- XamlFigureLengthSerializer.cs
- DependencyObjectProvider.cs
- Axis.cs
- ConfigurationSectionGroup.cs
- safemediahandle.cs
- DataStorage.cs
- AddInToken.cs
- IdentifierService.cs
- ClockController.cs
- CheckBoxRenderer.cs
- RTTrackingProfile.cs
- UTF7Encoding.cs
- CommandValueSerializer.cs
- TypedRowGenerator.cs
- StackBuilderSink.cs
- DurationConverter.cs
- OleDbRowUpdatingEvent.cs
- __Error.cs
- DataSetMappper.cs
- AppDomainProtocolHandler.cs
- LocalizationComments.cs
- FileSystemWatcher.cs
- DataGridViewImageCell.cs