19 lines
529 B
C#
19 lines
529 B
C#
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);
|
|
}
|
|
}
|