Exemplo n.º 1
0
 public static void ReadSafe(this IDictionary <Tuple <ushort, ushort>, float> _this, AssetReader reader)
 {
     IDictionaryReadEndianExtensions.ReadSafe(_this, reader);
 }
Exemplo n.º 2
0
 public static void Read(this IDictionary <string, string> _this, AssetReader reader)
 {
     IDictionaryReadEndianExtensions.Read(_this, reader);
 }
Exemplo n.º 3
0
 public static void Read(this IDictionary <Tuple <byte, byte>, float> _this, AssetReader reader)
 {
     IDictionaryReadEndianExtensions.Read(_this, reader);
 }
Exemplo n.º 4
0
 public static void Read <T>(this IDictionary <Tuple <T, long>, string> _this, AssetReader reader, Func <int, T> converter)
 {
     IDictionaryReadEndianExtensions.Read(_this, reader, converter);
 }