Click or drag to resize

DelegateDeclGenerateMethods Method

Create (or re-create) the compiler-generated invoke methods and constructor. This method should be called whenever the parameters of the delegate are set or changed.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void GenerateMethods()
See Also