Ejemplo n.º 1
0
 public ref CustomClassConsumable <string> RefReturnClassCase3(CustomClassConsumable <string> x, ref string y, double?z) => ref _refResultHolder3;
Ejemplo n.º 2
0
 public ref CustomClassConsumable <int> RefReturnClassCase2(CustomClassConsumable <int> x, ref string y, double?z) => ref _refResultHolder2;
Ejemplo n.º 3
0
 public CustomClassConsumable <string> ClassCase3(CustomClassConsumable <string> x, ref string y, double?z) => default;
Ejemplo n.º 4
0
 public CustomClassConsumable <int> ClassCase2(CustomClassConsumable <int> x, ref string y, double?z) => default;