C# Class Sharpex2D.DeveloperAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
DeveloperAttribute ( string name, string contact ) : System

Initializes a new DeveloperAttribute class.

Method Details

DeveloperAttribute() public method

Initializes a new DeveloperAttribute class.
public DeveloperAttribute ( string name, string contact ) : System
name string The Name.
contact string The contact option.
return System