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: 10.4.13.0
Syntax
public sealed class PublicAPIAttribute : Attribute

The PublicAPIAttribute type exposes the following members.

Constructors
 NameDescription
Public methodPublicAPIAttributeInitializes 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