[Modify] It will be removed

This commit is contained in:
sta 2019-10-04 19:28:05 +09:00
parent 9e78bc1e34
commit cc6ae2410b

View File

@ -2062,6 +2062,7 @@ namespace WebSocketSharp
/// <see cref="ulong"/>, or <see cref="ushort"/>.
/// </para>
/// </typeparam>
[Obsolete ("This method will be removed.")]
public static byte[] ToByteArray<T> (this T value, ByteOrder order)
where T : struct
{