C# Class Cone.CustomMethodExpectFeature.MyInteger

显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
IsEven ( ) : bool
IsEven ( int value ) : bool
MyInteger ( int value ) : System

Method Details

IsEven() public method

public IsEven ( ) : bool
return bool

IsEven() public static method

public static IsEven ( int value ) : bool
value int
return bool

MyInteger() public method

public MyInteger ( int value ) : System
value int
return System