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
    Ozeki.CommonPublicAPIAttribute

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public sealed class PublicAPIAttribute : Attribute

The PublicAPIAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPublicAPIAttribute
Initializes a new instance of the PublicAPIAttribute class
Public methodPublicAPIAttribute(String)
Initializes a new instance of the PublicAPIAttribute class
Top
Properties
  NameDescription
Public propertyComment
Top
See Also