C# Class IntroToFunctionalProgramming.Immutability

显示文件 Open project: kontur-edu/kampus-ekb-2014-03 Class Usage Examples

Public Properties

Property Type Description
smthng int

Public Methods

Method Description
DirtyFunction ( int x ) : int
Immutable ( int x ) : int
PureFunction ( int x ) : int
RaceCondition ( ) : int
SimplePureFunction ( int x ) : int

Method Details

DirtyFunction() public static method

public static DirtyFunction ( int x ) : int
x int
return int

Immutable() public static method

public static Immutable ( int x ) : int
x int
return int

PureFunction() public static method

public static PureFunction ( int x ) : int
x int
return int

RaceCondition() public static method

public static RaceCondition ( ) : int
return int

SimplePureFunction() public static method

public static SimplePureFunction ( int x ) : int
x int
return int

Property Details

smthng public_oe static_oe property

public static int smthng
return int