有人能告诉我是否有泛型限制泛型类型参数的方法吗?T只限于:Int16Int32Int64UInt16UInt32UInt64我知道where关键字,但找不到只这些类型,类似于:static bool IntegerFunction<T>(T value) where T : INumeric
3 回答
皈依舞
TA贡献1851条经验 获得超3个赞
static bool GenericFunction<T>(T value) where T : operators( +, -, /, * )
static bool GenericFunction<T>(T value) where T : Add, Subtract
struct
class
new()
INullable<T>
- 3 回答
- 0 关注
- 1214 浏览
添加回答
举报
0/150
提交
取消