Files
Apr2020-Cpp2Il-Dump/Google.Protobuf/Reflection/DescriptorUtil.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

25 lines
771 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Google.Protobuf.Reflection
{
// Token: 0x02000092 RID: 146
[Token(Token = "0x2000092")]
internal static class DescriptorUtil
{
// Token: 0x060004E6 RID: 1254 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x60004E6")]
[Address(RVA = "0x1930AC0", Offset = "0x192F8C0", VA = "0x181930AC0")]
internal static IList<TOutput> ConvertAndMakeReadOnly<TOutput, TInput>(IList<TInput> input, DescriptorUtil.IndexedConverter<TInput, TOutput> converter)
{
return null;
}
// Token: 0x02000093 RID: 147
// (Invoke) Token: 0x060004E8 RID: 1256
[Token(Token = "0x2000093")]
internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index);
}
}