If() public method

public If ( bool>.Func matches ) : HtmlTags.Conventions.CategoryExpression
matches bool>.Func
return HtmlTags.Conventions.CategoryExpression
Esempio n. 1
0
 public CategoryExpression If(Func <ElementRequest, bool> matches)
 {
     return(_defaults.If(matches));
 }
Esempio n. 2
0
 public CategoryExpression <T> If(Func <T, bool> matches)
 {
     return(_defaults.If(matches));
 }