thrownewNotImplementedException(" Emit not available on Xamarin.iOS ");
#elif NETSTANDARD
thrownewNotImplementedException(" Emit not available on .NET Standard ");
thrownewNotImplementedException(" Emit not available on .NET Standard ");
#else
#else
stringtypeName;
stringtypeName;
...
@@ -95,9 +93,7 @@ namespace NLua
...
@@ -95,9 +93,7 @@ namespace NLua
*/
*/
privateTypeGenerateDelegate(TypedelegateType)
privateTypeGenerateDelegate(TypedelegateType)
{
{
#if __IOS__ || __TVOS__ || __WATCHOS__
#if NETSTANDARD
thrownewNotImplementedException("GenerateDelegate is not available on iOS, please register your LuaDelegate type with Lua.RegisterLuaDelegateType( yourDelegate, theLuaDelegateHandler) ");
#elif NETSTANDARD
thrownewNotImplementedException("GenerateDelegate is not available on Windows Store, please register your LuaDelegate type with Lua.RegisterLuaDelegateType( yourDelegate, theLuaDelegateHandler) ");
thrownewNotImplementedException("GenerateDelegate is not available on Windows Store, please register your LuaDelegate type with Lua.RegisterLuaDelegateType( yourDelegate, theLuaDelegateHandler) ");