Beispiel #1
0
 public static int GetSize(this DataTypes dataType)
 {
     return(dataType.GetAttribute <SizeAttribute>().Size);
 }