C# Class WebApplications.Utilities.AssemblySemanticVersionAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description

Public Methods

Method Description
AssemblySemanticVersionAttribute ( [ semanticVersion ) : System

Initializes a new instance of the AssemblySemanticVersionAttribute class.

Method Details

AssemblySemanticVersionAttribute() public method

Initializes a new instance of the AssemblySemanticVersionAttribute class.
public AssemblySemanticVersionAttribute ( [ semanticVersion ) : System
semanticVersion [ /// The semantic version number for the assembly. ///
return System