peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.33k stars 202 forks source link

used delegate / event - C-sharp #1075

Closed N0zzy closed 1 year ago

N0zzy commented 1 year ago

there are errors when trying to use delegates (c-sharp events) in php/peach-pie code. please tell me how to use them correctly from php code?

jakubmisek commented 1 year ago

So far, we're supporting System.Delegate (https://docs.peachpie.io/net/type-system/#systemdelegate)

Do you have a sample code of using C# events ?