System.Delegate Class
Information   Base Types   Related Resources

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: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (10)Discussions (105)MembersRotorChanges
    Articles

    Page: 1
    An Event to Remember
    MSDN
    Last month, we talked about performance and boxing. One of the questions that came up from a reader was why the Perl version is so much faster than the C# version. One answer is that Perl is very good at what it does. One reader pointed out that I had forgotten to tell the Regex to compile the regular expression rather than interpret it on every match. In Beta 1, this is done by passing "c" as the second parameter to the Regex constructor (there's an enum to do the same thing in Beta 2). This cuts the overhead nearly in half, and reduces the elapsed time for the fastest version down to a little less than 7 seconds.
    C# and its Types
    C# Corner
    In learning a new language the first pace is usually to learn basic concepts such as variables,operators,types,expressions etc. Variables represent storage locations. Every variable has a type that determines what values can be stored in the variable. C# is a strongly type-safe language, and the C# compiler assurance that values stored in variables are always of the suitable type.In this article let us see about the types in C#.
    C# And Its Types
    C# Help
    Exploring Delegates
    C# Corner
    Delegates are a kind of type safe function pointers which are actually declared as class derived from System.MulticastDelegate.
    How Can You Migrate Your Existing Applications?
    C# Corner
    When a new technology emerges, companies and developers begin to wait anxiously for answers to their questions. Programmers need to learn about the new stuff because they want to use the new tools to develop their projects. Companies always want to move to new technology and build new products therefore; developers need to improve their knowledge and ability constantly to maintain their job against the new technology developers. Now, to learn and move to .NET environment is the answer to all these necessities. Our first objective is Visual C++ and migrating with .NET.
    Microsoft Visual Basic .NET 2003 Kick Start Chapter 3: Building Windows Applications
    The Code Project
    An introduction to building Windows applications using Visual Basic .NET.
    The Delegate Type in J#
    MSDN
    Use the Delegate Type in Microsoft Visual J# .NET to treat methods as data.
    The key to multi-threaded Windows Forms UI interaction
    The Code Project
    Teaches how to use the Invoke functionality so that interaction with UI elements can be safely done.
    Type Conversions
    C# Corner
    Type conversion is a process of converting one type into another. Using C# type conversion techniques, not only you can convert data types, you can also convert object types.
    Using Delegates to Choose Right Function
    C# Corner
    The need to call different class method based on some string passed to class is an old problem. Suppose that you have some query processor, that should run different queries depending on query name.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com