mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 09:18:46 +00:00
[ci skip] style: cap line length at 130
This commit is contained in:
parent
68968c1b0b
commit
b843d155f6
@ -396,7 +396,8 @@ public static partial class StreamExtensions
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two bytes.
|
||||
/// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two
|
||||
/// bytes.
|
||||
/// </summary>
|
||||
/// <param name="stream">The stream from which the value should be read.</param>
|
||||
/// <returns>The little endian value.</returns>
|
||||
|
Loading…
Reference in New Issue
Block a user