Exemplo n.º 1
0
 public static ExportedDataTypes GetExportedType(this object value)
 => BinaryDataWriter.GetExportedType(value.GetType());
Exemplo n.º 2
0
 public static ExportedDataTypes GetExportedType(this Type type)
 => BinaryDataWriter.GetExportedType(type);