using System;
using System.Runtime.InteropServices;
namespace System.Resources
{
/// Specifies the assembly for the class to use to retrieve neutral resources by using the Packaging and Deploying Resources.
// Token: 0x02000282 RID: 642
[ComVisible(true)]
[Serializable]
public enum UltimateResourceFallbackLocation
{
/// Fallback resources are located in the main assembly.
// Token: 0x04000B89 RID: 2953
MainAssembly,
/// Fallback resources are located in a satellite assembly in the location specified by the property.
// Token: 0x04000B8A RID: 2954
Satellite
}
}