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