Exemplo n.º 1
0
 public static T CreateObject <T>(this DicomDataset ds) where T : new() => ds.CreateObject(() => new T());