oh dear
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Threading;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Resources
|
||||
{
|
||||
// Token: 0x020001EF RID: 495
|
||||
[Token(Token = "0x20001EF")]
|
||||
internal interface IResourceGroveler
|
||||
{
|
||||
// Token: 0x0600131E RID: 4894
|
||||
[Token(Token = "0x600131E")]
|
||||
[Address(Slot = "0")]
|
||||
ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user