摘要:
闲话少说,看栗子 using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace BaseClass_test{ public class BaseClass //基类 { int 阅读全文
posted @ 2018-05-29 16:28
FirstOpticalAuto
阅读(227)
评论(0)
推荐(0)
摘要:
在c# 中, is 是类型判断,结果为false或者true, 不会抛出异常。 Object o=new Object(); Boolean a1=(o is Object); //a1为true. Boolean a2=(o is ClassA) ; //a2为false.本文来自博客园-陈国立: 阅读全文
posted @ 2018-05-29 16:23
FirstOpticalAuto
阅读(125)
评论(0)
推荐(0)

浙公网安备 33010602011771号