コード例 #1
0
ファイル: IoBufferWrapper.cs プロジェクト: eltonfan/Mina.NET
 /// <inheritdoc/>
 public override void Free()
 {
     _buf.Free();
 }