C# Class Expressive.Matching.MatcherNewExtensions

Afficher le fichier Open project: ashmind/expressive

Méthodes publiques

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

Method Details

Argument() public static méthode

public static Argument ( this matcher, int index ) : Matcher
matcher this
index int
Résultat Matcher

Constructor() public static méthode

public static Constructor ( this matcher, bool>.Func matchConstructor ) : Matcher
matcher this
matchConstructor bool>.Func
Résultat Matcher