__anonymous._delegates

The list of delegates or function pointers. This is an internal field to the struct which may be tainted with an extra bit, corrupting any attempted use or modification. Use the delegates property to get or set the list of delegates instead. Use add and remove to perform efficient adding and removing which takes care of memory ownership.

union __anonymous
Del[] _delegates;

Meta