魚乾的筆記本
Follow excellence and success will chase you
星期四, 10月 25, 2007
取得運算過的static變數
好難形容
總之就是不new一個class
而要直接使用ClassName.attribute
public class a
{
public static string aString="hi";
static
{
aString += " this is how it works";
}
}
ex. a.aString; ==> hi this is how it works
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言