C# Class Expressive.Elements.Expressions.Matchers.MatcherMemberExtensions

Show file Open project: ashmind/expressive

Public Methods

Method Description
Field ( this matcher ) : Matcher
Property ( this matcher, bool>.Func matchProperty ) : Matcher

Method Details

Field() public static method

public static Field ( this matcher ) : Matcher
matcher this
return Matcher

Property() public static method

public static Property ( this matcher, bool>.Func matchProperty ) : Matcher
matcher this
matchProperty bool>.Func
return Matcher