我想从类派生一个Microsoft.Kinect.JointCollection
类。
public class Derived : JointCollection
{
public string NewItem;
public Derived ()
{
}
}
错误:
The type 'Microsoft.Kinect.JointCollection' has no constructors defined.
有什么问题,我该如何解决?