remotingattribute.cs
来自「用于c#.net数据库操作的类库。能把结婚集以数组的形成操作。」· CS 代码 · 共 20 行
CS
20 行
using System;
namespace EnterpriseObjects
{
/// <summary>
/// Summary description for Remoting.
/// </summary>
///
[AttributeUsage(AttributeTargets.Class)]
public class RemotingAttribute : Attribute
{
public RemotingAttribute()
{
//
// TODO: Add constructor logic here
//
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?