mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-03 14:50:42 +00:00
12 lines
548 B
C#
12 lines
548 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Globalization.CultureAndRegionInfoBuilder), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Globalization_CultureAndRegionInfoBuilderImpl
|
|
{
|
|
|
|
public static System.Int32 GetSystemWindowsDirectory(System.Text.StringBuilder sb, System.Int32 length)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Globalization.CultureAndRegionInfoBuilder.GetSystemWindowsDirectory' has not been implemented!");
|
|
}
|
|
}
|
|
}
|