C# Class Prebuild.Core.Attributes.DataNodeAttribute

Inheritance: System.Attribute
显示文件 Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
DataNodeAttribute ( string name ) : System

Initializes a new instance of the DataNodeAttribute class.

Method Details

DataNodeAttribute() public method

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