|
|
|
@ -42,6 +42,10 @@ namespace ICSharpCode.NRefactory.CSharp |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public CSharpTokenNode WhereKeyword { |
|
|
|
|
|
|
|
get { return GetChildByRole (Roles.WhereKeyword); } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public SimpleType TypeParameter { |
|
|
|
public SimpleType TypeParameter { |
|
|
|
get { |
|
|
|
get { |
|
|
|
return GetChildByRole (Roles.ConstraintTypeParameter); |
|
|
|
return GetChildByRole (Roles.ConstraintTypeParameter); |
|
|
|
|