C# Class NuGet.OptionAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: grendello/nuget

Public Methods

Method Description
GetDescription ( ) : string
OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
OptionAttribute ( string description ) : System

Method Details

GetDescription() public method

public GetDescription ( ) : string
return string

OptionAttribute() public method

public OptionAttribute ( Type resourceType, string descriptionResourceName ) : System
resourceType System.Type
descriptionResourceName string
return System

OptionAttribute() public method

public OptionAttribute ( string description ) : System
description string
return System