예제 #1
0
	public TreeModelIListAdaptor(TreeModelIListConfiguration configuration)
	  : base(IntPtr.Zero)
	{
	  if (configuration == null)
	  {
		throw new ArgumentNullException("configuration");
	  }
	  this._configuration = configuration;
	  CreateNativeObject(new string[0], new GLib.Value[0]);
	  BuildTreeModelInterface();
	}
예제 #2
0
 public TreeModelIListAdaptor(TreeModelIListConfiguration configuration)
     : base(IntPtr.Zero)
 {
     if (configuration == null)
     {
         throw new ArgumentNullException("configuration");
     }
     this._configuration = configuration;
     CreateNativeObject(new string[0], new GLib.Value[0]);
     BuildTreeModelInterface();
 }