Delegate (System.Delegate)

Inherits: System.Object

Interfaces: ICloneable, ISerializable

Derived Types: 1 (Click here to see a list of derived types)

Assembly: mscorlib.dll

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.

VB.NET C#

VB.NET

Public MustInherit Class Delegate
  Implements System.ICloneable, System.Runtime.Serialization.ISerializable
End Class

Articles

Mono Documentation

argstype: System.Type . Documentation for this section has not yet been entered. _handler: System.Delegate . Documentation for this section has not yet been ...

Mono Documentation

The members of GLib.Signal are listed below. See Also: Inherited members from ... Handler [read-only] System.Delegate . Gets the handler to invoke for a signal.

Delegate changes

using System; delegate void SomeAction(); class Test { static void Main( string [] args) { // Without using delegate inference SomeAction oldStyle = new SomeAction ...

Hyperlinked ECMA C# Language Specification

... types or parameter lists. end example] 3 The only way to declare a delegate type is via a delegate-declaration . 4 A delegate type is a class type that is derived from System.Delegate. 5 ...

Hyperlinked ECMA C# Language Specification

bool operator ==(System.Delegate x, System.Delegate y); bool operator !=(System.Delegate x, System.Delegate y); Paragraph 2 1 Two delegate instances are considered equal as ...

Prem's Weblog : How to create System.Delegate in J#

Creating System.Delegate in J# Single-cast Delegate Single-cast delegate derived from System.Delegate are created using the @delegate directive. The default delegate in J# are the ...

EMERGENCY COMMAND SYSTEMâ„¢ - Delegate Pictures

Emergency Command System, from VectorCommand, is a world-leading family of proven emergency command, control, training, exercising, simulation and assessment technology products ...

Delegate Class (System)

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.

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. For a list of all members of this type ...

System.Delegate Class

Base Types Object Delegate. This type implements ICloneable . Assembly mscorlib Library BCL Summary A class used to create types that invoke methods.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support