Beispiel #1
0
 public abstract int GenericMethod <U>(U xc, U b, T instance, ChangeSignature_A t, out int @int,
                                       params string[] paramsArray);
Beispiel #2
0
 public override int GenericMethod <U>(U xc, U b, T instance, ChangeSignature_A t, out int @int,
                                       params string[] paramsArray)
 {
     throw new NotImplementedException();
 }