int a = 10; int b = 20; int c = 30; enum color: byte { red = a, green = b, blue = c }
class Sample { public int func(int i, Single j) { /* Add code here. */ } }
Comments