示例#1
0
 public static ExportedDataTypes GetExportedType(this object value)
 => BinaryDataWriter.GetExportedType(value.GetType());
示例#2
0
 public static ExportedDataTypes GetExportedType(this Type type)
 => BinaryDataWriter.GetExportedType(type);