<%@ Page Language="C#" AutoEventWireup="true" CodeFile="anonymousDelegate.aspx.cs" Inherits="_Default" %> Anonymous Delegate Example
Anonymous Delegates #2
This sample uses reflection to display the name of the anonymous delegate.


<--Back