我有一个泛型的类被删除为:
public class Image<TColor, TDepth>
: CvArray<TDepth>, IImage, IEquatable<Image<TColor, TDepth>>
where TColor : struct, IColor
where TDepth : new()
{
private TDepth[, ,] _array;
Run Code Online (Sandbox Code Playgroud)
TDepth[, ,]在这种情况下意味着什么?它只是一个二维数组?
| 归档时间: |
|
| 查看次数: |
142 次 |
| 最近记录: |