C# Class OverloadSample

Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
Run ( ) : void

Private Methods

Method 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 method

public static Run ( ) : void
return void