30 lines
859 B
C#
30 lines
859 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x02000200 RID: 512
|
|
[Token(Token = "0x2000144")]
|
|
[StructLayout(3)]
|
|
public static class IReadOnlyDictionaryExtensions
|
|
{
|
|
// Token: 0x06001114 RID: 4372 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x6000D9F")]
|
|
[Address(RVA = "0x1E30840", Offset = "0x1E2F240", VA = "0x181E30840")]
|
|
public static V GetOr<V, K>(this IReadOnlyDictionary<K, V> self, in K key, in V optB)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06001115 RID: 4373 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x6000DA0")]
|
|
[Address(RVA = "0x1E30810", Offset = "0x1E2F210", VA = "0x181E30810")]
|
|
public static V GetOrDefault<V, K>(this IReadOnlyDictionary<K, V> self, in K key)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|