#pragma once

#if NET_4_0

namespace il2cpp
{
namespace icalls
{
namespace mscorlib
{
namespace System
{
    class LIBIL2CPP_CODEGEN_API TimeZoneInfo
    {
    public:
        static inline bool UseRegistryForTimeZoneInformation() { return IL2CPP_TARGET_WINDOWS_DESKTOP; }
    };
} // namespace System
} // namespace mscorlib
} // namespace icalls
} // namespace il2cpp

#endif
