C# Class YAXLib.YAXElementForAttribute

Inheritance: YAXBaseAttribute
ファイルを表示 Open project: sinairv/YAXLib

Public Methods

Method Description
YAXElementForAttribute ( string parent ) : System

Initializes a new instance of the YAXElementForAttribute class.

Method Details

YAXElementForAttribute() public method

Initializes a new instance of the YAXElementForAttribute class.
public YAXElementForAttribute ( string parent ) : System
parent string The element of which the property becomes a child element.
return System