are there function pointers in c#?

Posted by isolatedIterator on Stack Overflow See other posts from Stack Overflow or by isolatedIterator
Published on 2010-04-29T16:04:54Z Indexed on 2010/04/29 16:07 UTC
Read the original article Hit count: 406

Filed under:
|
|

I am trying to learn some c# coding and wondering if the c++ concept of function pointers is included in c#. I see there are such things as delegates. Are they the same concept? or do they differ on a more fundamental level?

© Stack Overflow or respective owner

Related posts about c#

Related posts about function-pointers