示例#1
0
 public void RosValidate()
 {
     if (Uuid is null)
     {
         throw new System.NullReferenceException(nameof(Uuid));
     }
     if (Image is null)
     {
         throw new System.NullReferenceException(nameof(Image));
     }
     Image.RosValidate();
 }