public ItemData(IItemDataTyped typedData, ItemDataCommon commonData)
 {
     if (typedData == null)
     {
         throw new ArgumentNullException("typedData");
     }
     Typed  = typedData;
     Common = commonData;
 }
Exemplo n.º 2
0
 public ItemData(IItemDataTyped typedData, ItemDataCommon commonData)
 {
     if (typedData == null)
     {
         throw new ArgumentNullException("typedData");
     }
     Typed = typedData;
     Common = commonData;
 }