mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
15 lines
482 B
C#
15 lines
482 B
C#
namespace Cosmos.IL2CPU.Plugs.System.Resource
|
|
{
|
|
[Plug(TargetName="System.Resources.ResourceManager, mscorlib")]
|
|
public static class ResourceManagerImpl
|
|
{
|
|
//public static ResourceSet
|
|
// InternalGetResourceSet( ResourceManager rm,
|
|
// CultureInfo ci, bool createIfNotExists, bool tryParents)
|
|
|
|
//{
|
|
// throw new Exception("System.Resources.ResourceManager.InternalGetResourceSet need pluging properly");
|
|
//}
|
|
|
|
}
|
|
}
|