C# Class Prebuild.Core.Attributes.TargetAttribute

Inheritance: System.Attribute
Show file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
TargetAttribute ( string name ) : System

Initializes a new instance of the TargetAttribute class.

Method Details

TargetAttribute() public method

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