C# Class TShockAPI.ParameterAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: NyxStudios/TShock

Public Methods

Method Description
ParameterAttribute ( string name, bool req, string desc, Type type ) : System

Method Details

ParameterAttribute() public method

public ParameterAttribute ( string name, bool req, string desc, Type type ) : System
name string
req bool
desc string
type System.Type
return System