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