C# Class Expressive.Matching.MatcherNewExtensions

Exibir arquivo Open project: ashmind/expressive

Public Methods

Method Description
Argument ( this matcher, int index ) : Matcher
Constructor ( this matcher, bool>.Func matchConstructor ) : Matcher

Method Details

Argument() public static method

public static Argument ( this matcher, int index ) : Matcher
matcher this
index int
return Matcher

Constructor() public static method

public static Constructor ( this matcher, bool>.Func matchConstructor ) : Matcher
matcher this
matchConstructor bool>.Func
return Matcher