摘要:
/* Example7_6.cs illustrates some of the System.Object class methods*/
using System;
class Example7_6{
class Program
{
static void Main(string[] args)
{
MyStruct st = new MyStruct();
st.X = 50;
Console.WriteLine(st.X);
Console.ReadLine();
} 阅读全文
posted @ 2011-05-03 20:42
孤独的猫
阅读(304)
评论(0)
推荐(0)

浙公网安备 33010602011771号