C# Class DR.Sleipner.Config.Parsers.BetweenParser

Inheritance: IParameterParser
Mostrar archivo Open project: drdk/sleipner

Public Methods

Method Description
BetweenParser ( Func lower, Func upper ) : System
IsMatch ( object value ) : bool

Method Details

BetweenParser() public method

public BetweenParser ( Func lower, Func upper ) : System
lower Func
upper Func
return System

IsMatch() public method

public IsMatch ( object value ) : bool
value object
return bool