internal DataObject() {
     this.map = new EventSinkCollection();
     this.entries = new ArrayList();
 }
Example #2
0
 /*internal, but public for FSharp.Project.dll*/ public DataObject()
 {
         this.map = new EventSinkCollection();
         this.entries = new ArrayList();
 }