Esempio n. 1
0
 internal ClassInitializer(Type type)
 {
     ClassInitManagedDelegate = this.ClassInit;
     Type              = type;
     gtype             = GType.RegisterGObjectType(this);
     is_first_subclass = gtype.GetBaseType() == gtype.GetThresholdType();
 }
Esempio n. 2
0
			internal ClassInitializer (Type type)
			{
				ClassInitManagedDelegate = this.ClassInit;
				Type = type;
				gtype = GType.RegisterGObjectType (this);
				is_first_subclass = gtype.GetBaseType () == gtype.GetThresholdType ();
			}