MultiType
MultiType copied to clipboard
link 自定义问题
What kind of issue is this?
types 含义不清。下标
Info:

Description:
如图上图所示
Reproduction Steps:
My thoughts:
- 若 定义不同类型的Delegate, 就不允许设置linker.
2.若 设置了linker 就要求 delegate<T> 中 T 保持一致 以上代码,限制了以上的使用场景。如果,能够在 Type 中,持有一次 itemType,能否解决以上的使用限制?