22 lines
589 B
C#
22 lines
589 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Circuits
|
|
{
|
|
// Token: 0x0200000F RID: 15
|
|
[Token(Token = "0x200000F")]
|
|
[StructLayout(3)]
|
|
internal static class DictionaryExtensions
|
|
{
|
|
// Token: 0x06000087 RID: 135 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000087")]
|
|
[Address(RVA = "0x1E2B820", Offset = "0x1E2A220", VA = "0x181E2B820")]
|
|
public static TValue GetOrCreate<TValue, TKey>(this IDictionary<TKey, TValue> dict, TKey key) where TValue : new()
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|