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