If() public method

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