添加单位元委托Identity
This commit is contained in:
parent
df4e7eea7e
commit
92507c8c06
|
@ -0,0 +1,8 @@
|
|||
namespace Sanchime.Functional.Core.Products;
|
||||
|
||||
/// <summary>
|
||||
/// 单位元
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
/// <returns></returns>
|
||||
public delegate T Identity<T>();
|
Loading…
Reference in New Issue