Method | Description | |
---|---|---|
Build ( ) : Info |
The build.
|
|
Contact ( Contact contact ) : |
The contact.
|
|
Contact ( |
The contact.
|
|
Description ( string description ) : |
The description.
|
|
InfoBuilder ( string title, string version ) : System |
Initializes a new instance of the InfoBuilder class.
|
|
License ( System.License license ) : |
The license.
|
|
License ( |
The license.
|
|
TermsOfService ( string termsOfService ) : |
The terms of service.
|
public Contact ( Contact contact ) : |
||
contact | Contact | /// The contact. /// |
return |
public Contact ( |
||
contact | /// The contact. /// | |
return |
public Description ( string description ) : |
||
description | string | /// The description. /// |
return |
public InfoBuilder ( string title, string version ) : System | ||
title | string | /// The title. /// |
version | string | /// The version. /// |
return | System |
public License ( System.License license ) : |
||
license | System.License | /// The license. /// |
return |
public License ( |
||
license | /// The license. /// | |
return |
public TermsOfService ( string termsOfService ) : |
||
termsOfService | string | /// The terms of service. /// |
return |