Click or drag to resize
PublicAPIAttribute Class
This attribute is intended to mark publicly available API which should not be removed and so is treated as used.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.Diagnostics.ReSharper.AnnotationsPublicAPIAttribute

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public sealed class PublicAPIAttribute : Attribute
Constructors
  NameDescription
Public methodPublicAPIAttribute
Initializes a new instance of the PublicAPIAttribute class
Public methodPublicAPIAttribute(String)
Initializes a new instance of the PublicAPIAttribute class
Top
See Also