mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-06-07 18:38:21 +08:00
15 lines
238 B
C#
15 lines
238 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Serein.Proto.WebSocket.Handle
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// 表示参数不能为空(Net462不能使用NutNull的情况)
|
||
|
|
/// </summary>
|
||
|
|
public sealed class NeedfulAttribute : Attribute
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|