📄 rudpsendiasyncresult.cs
字号:
namespace NCindy.Protocol.RUDP
{
using System;
public sealed class RUDPSendIAsyncResult : RUDPAsyncResult
{
internal int _size;
internal RUDPSendIAsyncResult(RUDPSocket rudp, AsyncCallback callback, object state, int size) : base(rudp, callback, state)
{
this._size = size;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -