C# Class Dev2.PublicAPIAttribute

Inheritance: System.Attribute
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
PublicAPIAttribute ( ) : System

Initializes a new instance of the PublicAPIAttribute class.

PublicAPIAttribute ( string comment ) : System

Initializes a new instance of the PublicAPIAttribute class.

Method Details

PublicAPIAttribute() public method

Initializes a new instance of the PublicAPIAttribute class.
public PublicAPIAttribute ( ) : System
return System

PublicAPIAttribute() public method

Initializes a new instance of the PublicAPIAttribute class.
public PublicAPIAttribute ( string comment ) : System
comment string The comment.
return System