Language documentation | Contents | Index |
Delegates are functions contained by an object (by object you should understand an instantiated class) that are referenced by a variable. Delegates cannot be static functions. A delegate should respect the rights of the calling point (so, if is private, the caller must be able to call the delegate). Delegates can be passed as parameters to functions providing callback. |
class Main { |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:09 2009 GMT | (c)2009 RadGs Software |