コード例 #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);