누구에게나
virtual abstract
override new
base.X();
static
protected public private
try{} catch(Exception ex){}
int dog2;
public int dog1 { set { dog2 = value; } get { return dog2; } }
int a, b;
CallRef(ref a, ref b);
public static void CallRef(ref int x, ref int y){...}