YSITD_Chat_Bot says to #ysitd <sstevefan1999>: (mingtsay: 那跟 VB...) public static T With<T>(this T obj, Action<T> fn) { fn(obj); return obj; } C#完美復現