C# Class YAMP.ReturnsAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
ReturnsAttribute ( Type type, String explanationKey, Int32 order ) : System

Creates a new attribute for storing explanations for return values (should be used in combination with multiple output arguments).

Method Details

ReturnsAttribute() public méthode

Creates a new attribute for storing explanations for return values (should be used in combination with multiple output arguments).
public ReturnsAttribute ( Type type, String explanationKey, Int32 order ) : System
type System.Type The type that will be returned
explanationKey String The specific explanations
order System.Int32 The rank of the return type
Résultat System