C# Class MyNameSpace.NamespaceDelegator

Datei anzeigen Open project: joonhwan/study

Public Methods

Method Description
Main ( ) : void
MyIsEvenNumber ( int number ) : bool

Method Details

Main() public static method

public static Main ( ) : void
return void

MyIsEvenNumber() public static method

public static MyIsEvenNumber ( int number ) : bool
number int
return bool