Ticket #196 (closed defect: fixed)
Cobra compile failure on delegates calling .{begin,end}Invoke
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
see discussion topic Parallel For
If you declare and instantiate a delegate then attempt to use it
with beginInvoke and endInvoke the cobra compiler emits an error message for these methods not being available.
The MS doc refers to these methods as being added by the CLR rather
than statically presented on a delegate class Delegates in the Common Type System so its likely the std cobra method lookup
needs some augmentation for allowing access to these weirdo-provided methods.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.