removing invalid cref

This commit is contained in:
James Frowen 2020-11-14 16:28:32 +00:00
parent 037ac55937
commit f7b0b88247
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ public void Dispose()
/// <summary>
/// Pool of NetworkReaders
/// <para>Use this pool instead of <see cref="NetworkReader">NetworkReader</see> to reduce memory allocation</para>
/// <para>Use <see cref="Capacity">Capacity</see> to change size of pool</para>
/// </summary>
public static class NetworkReaderPool
{

View File

@ -16,7 +16,6 @@ public void Dispose()
/// <summary>
/// Pool of NetworkWriters
/// <para>Use this pool instead of <see cref="NetworkWriter">NetworkWriter</see> to reduce memory allocation</para>
/// <para>Use <see cref="Capacity">Capacity</see> to change size of pool</para>
/// </summary>
public static class NetworkWriterPool
{