mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-17 15:06:34 +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
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|