Example #1
0
 public int AddToAssembly(ref object ids, int position = 0, int before = 0)
 {
     return(ComObject.AddToAssembly(ref ids, position, before));
 }
Example #2
0
 public int AddToAssembly()
 {
     return(ComObject.AddToAssembly());
 }