[원] Object 비정상 정적

3266 단어 object
// Object ;

Object a=3; 

Object b="ddfasfda";

// , :Object; ;

class test:Object

{



}

 
// 

throw new Exception("");

// 

Console.Write(ex.Message);

 
class Person

{

public static int TotalCount;

public int Age;

public static void  ()

{

//Console.WriteLine(" {0}, :{1}",Age,TotalCount);

// , static static ;

}

public void SayHello()

{

Console.WriteLine(" {0}, :{1}",Age,TotalCount);

// static static ;

}

}
string s="";// , null

string ss=null;//null , ;

int i=null;//int null ;

// (null) : , 、string,

// : 。int、boolean、decimal、DateTime ;

int? i1=null; Null ? null; 

좋은 웹페이지 즐겨찾기