public static void Copy4b(ref ValueTypes.S p, out ValueTypes.S o) { // test passing through by-ref arguments ValueTypes.Copy4(ref p, out o); }