C# Class PowerArgs.ArgProductVersion

Inheritance: System.Attribute, IGlobalArgMetadata
Datei anzeigen Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
ArgProductVersion ( string value ) : System

Creates a new ArgProductVersion attribute.

Method Details

ArgProductVersion() public method

Creates a new ArgProductVersion attribute.
public ArgProductVersion ( string value ) : System
value string The version value
return System