Open/Close Delegate
Two types of delegates exist in .NET 2.0 – Open and Close. The creation of open instance and closed static delegates is not directly supported by Visual Basic, C++, or C# for delegate constructors hence use one of the System.Delegate.CreateDelegate method overloads.
