The generic type Real, in its current implementation, is equivalent to Double.
通常的实数类型, 在当前的使用中, 等同于双精度实数.
互联网
Therefore, you cannot use a generic type parameter as an argument to an attribute.
因此, 不能将泛型类型参数用作特性的参数.
互联网
Subsequent references to that constructed generic type then use the same native code.
后来引用已经被构建的泛型就运行本地代码.
互联网
The supplied type must expose a parameterless constructor that your generic type can access.
提供的类型必须公开泛型类型可以访问的无参数构造函数.
互联网