C# Class TShockAPI.ParameterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NyxStudios/TShock

Méthodes publiques

Méthode Description
ParameterAttribute ( string name, bool req, string desc, Type type ) : System

Method Details

ParameterAttribute() public méthode

public ParameterAttribute ( string name, bool req, string desc, Type type ) : System
name string
req bool
desc string
type System.Type
Résultat System