C# Class OverloadSample

Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
Run ( ) : void

Private Methods

Méthode Description
F ( int x ) : void
F ( string x ) : void
G ( int x ) : void
H ( ) : int
H ( ) : string
WriteTypeAndValue ( double x ) : void

型名と値を出力する(double 版)。

WriteTypeAndValue ( int n ) : void

型名と値を出力する(int 版)。

WriteTypeAndValue ( string s ) : void

型名と値を出力する(string 版)。

Method Details

Run() public static méthode

public static Run ( ) : void
Résultat void