Delegate Class
Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [IgnoreCastAttribute] [NameAttribute] public class Delegate
<ExternalAttribute> _ <IgnoreCastAttribute> _ <NameAttribute> _ Public Class Delegate
[ExternalAttribute] [IgnoreCastAttribute] [NameAttribute] public ref class Delegate