.NET中的引用类型包括:类、委托、接口、数组、字符串。
    .NET中的值类型包括:int、float、decimal、struct、DateTime。