类是使用关键字 class 声明的,如下面的示例所示:

 CopyCode image复制代码
        class TestClass
{
    // Methods, properties, fields, events, delegates 
    // and nested classes go here.
}

Expand 图像备注

Expand 图像示例

Expand 图像注释

Expand 图像C# 语言规范

Expand image请参见