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: 0x020001F6 RID: 502
|
|
[Token(Token = "0x20001F6")]
|
|
internal interface IResourceGroveler
|
|
{
|
|
// Token: 0x0600135B RID: 4955
|
|
[Token(Token = "0x600135B")]
|
|
[Address(Slot = "0")]
|
|
ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark);
|
|
}
|
|
}
|