Open
Description
If there are any in the comments
x => x.age > 18 && x.name == "test"
Annotations cannot be formatted, and all rows and columns will encounter problems
front
/*
///
/// 指定的操作对象
///
/// 条件
/// x => x.age > 18 && x.name == "test"
///
/// 传播应取消操作的通知
/// 统一操作结果
*/
after
/*
///
/// name="condition"> 条件
x => x.age > 18 && x.name == "test"
/// 传播应取消操作的通知 统一操作结果
*/
Metadata
Metadata
Assignees
Labels
No labels