C# Class Yeppp.Version

Contains information about @Yeppp library version.
Exibir arquivo Open project: wdv4758h/Yeppp

Public Methods

Method Description
ToString ( ) : string

Provides a string representation for all parts of the version.

Private Methods

Method Description
Version ( uint major, uint minor, uint patch, uint build, string releaseName )

Method Details

ToString() public method

Provides a string representation for all parts of the version.
public ToString ( ) : string
return string