public class DGLTest : GLib.Object { public DGLTest() { print("construct\n"); list = {}; } //delegatetype public delegate void MyDelgType(int aint, string bstr); //Array for collecting delegates private MyDelgType[] list; //delegate for testing public void dtest(int a, string b) { for(int i=0;i