22 lines
689 B
C#
22 lines
689 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x02000219 RID: 537
|
|
[Token(Token = "0x2000158")]
|
|
[StructLayout(3)]
|
|
public static class ListDictionary
|
|
{
|
|
// Token: 0x060011DA RID: 4570 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x6000E4B")]
|
|
[Address(RVA = "0x1FAC780", Offset = "0x1FAB180", VA = "0x181FAC780")]
|
|
public static ListDictionary<K, V> Deserialize<K, V, T>(IEnumerable<T> protobuf, [Attribute(Name = "TupleElementNamesAttribute", RVA = "0x148DF0", Offset = "0x1481F0")] Func<T, ValueTuple<K, V>?> deserializeKeyValue)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|