C# Class TShockAPI.ParameterAttribute

Inheritance: System.Attribute
Exibir arquivo 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