[Modify] It will be removed

This commit is contained in:
sta 2019-10-03 19:42:47 +09:00
parent d4a45b6ef0
commit a6009b94bc

View File

@ -1998,6 +1998,7 @@ namespace WebSocketSharp
/// <exception cref="ArgumentNullException">
/// <paramref name="source"/> is <see langword="null"/>.
/// </exception>
[Obsolete ("This method will be removed.")]
public static T To<T> (this byte[] source, ByteOrder sourceOrder)
where T : struct
{