C# Class Mono.Rocks.Check

Show file Open project: mono/rocks

Public Methods

Method Description
Accumulate ( object accumulate ) : void
Categories ( object categories ) : void
ChildrenSelector ( object childrenSelector ) : void
Comparer ( object comparer ) : void
Composer ( object composer ) : void
Destination ( object destination ) : void
Func ( object func ) : void
List ( object list ) : void
Predicate ( object predicate ) : void
Random ( object random ) : void
ResultSelector ( object resultSelector ) : void
Selector ( object selector ) : void
Self ( object self ) : void
SelfAndFunc ( object self, object func ) : void
Value ( object value ) : void
ValueSelector ( object valueSelector ) : void
Values ( object values ) : void

Method Details

Accumulate() public static method

public static Accumulate ( object accumulate ) : void
accumulate object
return void

Categories() public static method

public static Categories ( object categories ) : void
categories object
return void

ChildrenSelector() public static method

public static ChildrenSelector ( object childrenSelector ) : void
childrenSelector object
return void

Comparer() public static method

public static Comparer ( object comparer ) : void
comparer object
return void

Composer() public static method

public static Composer ( object composer ) : void
composer object
return void

Destination() public static method

public static Destination ( object destination ) : void
destination object
return void

Func() public static method

public static Func ( object func ) : void
func object
return void

List() public static method

public static List ( object list ) : void
list object
return void

Predicate() public static method

public static Predicate ( object predicate ) : void
predicate object
return void

Random() public static method

public static Random ( object random ) : void
random object
return void

ResultSelector() public static method

public static ResultSelector ( object resultSelector ) : void
resultSelector object
return void

Selector() public static method

public static Selector ( object selector ) : void
selector object
return void

Self() public static method

public static Self ( object self ) : void
self object
return void

SelfAndFunc() public static method

public static SelfAndFunc ( object self, object func ) : void
self object
func object
return void

Value() public static method

public static Value ( object value ) : void
value object
return void

ValueSelector() public static method

public static ValueSelector ( object valueSelector ) : void
valueSelector object
return void

Values() public static method

public static Values ( object values ) : void
values object
return void