クラスからクラスを派生させたいMicrosoft.Kinect.JointCollection
。
public class Derived : JointCollection
{
public string NewItem;
public Derived ()
{
}
}
エラー:
The type 'Microsoft.Kinect.JointCollection' has no constructors defined.
何が問題で、どうすれば解決できますか?