C# Class YAXLib.YAXCommentAttribute

Inheritance: YAXBaseAttribute
Exibir arquivo Open project: sinairv/YAXLib

Public Methods

Method Description
YAXCommentAttribute ( string comment ) : System

Initializes a new instance of the YAXCommentAttribute class.

Method Details

YAXCommentAttribute() public method

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