C# Class HttpGhost.Navigation.IntegerExtensions

显示文件 Open project: vinntreus/HttpGhost

Public Methods

Method Description
IsBetween ( this i, int greaterThan, int lessThan ) : bool

Method Details

IsBetween() public static method

public static IsBetween ( this i, int greaterThan, int lessThan ) : bool
i this
greaterThan int
lessThan int
return bool