C# Class NuGet.OptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: grendello/nuget

Méthodes publiques

Méthode Description
GetDescription ( ) : string
OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
OptionAttribute ( string description ) : System

Method Details

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

OptionAttribute() public méthode

public OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
resourceType System.Type
descriptionResourceName string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string description ) : System
description string
Résultat System