Delegate statement Used to declare a delegate. A delegate is a reference type that refers to a shared method of a type or ...

Delegate statement
Used to declare a delegate. A delegate is a reference type that refers to a shared method of a type or to an instance method of an object. Any procedure that is convertible, or that has matching parameter types and return type may be used to create an instance of this delegate class.