添加单位元委托Identity

This commit is contained in:
Sanchime 2022-05-04 20:27:00 +08:00
parent df4e7eea7e
commit 92507c8c06
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
namespace Sanchime.Functional.Core.Products;
/// <summary>
/// 单位元
/// </summary>
/// <typeparam name="T"></typeparam>
/// <returns></returns>
public delegate T Identity<T>();