public ByRefArgItem(IByRefArg arg, Array array, int index) { ByRefArg = arg; Array = array; Index = index; }