Example #1
0
 public AttachObject AddObject(object obj)
 {
     AttachObject attachObj = new AttachObject(obj);
     int key = attachObj.GetHashCode();
     this.attachObjects.Add(key, attachObj);
     return attachObj;
 }
Example #2
0
        public AttachObject AddObject(object obj)
        {
            AttachObject attachObj = new AttachObject(obj);
            int          key       = attachObj.GetHashCode();

            this.attachObjects.Add(key, attachObj);
            return(attachObj);
        }