mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 02:45:41 +00:00
(#15) Format xmldoc for byte extensions
This commit is contained in:
parent
6722c0185e
commit
7192b46e9f
@ -1,4 +1,4 @@
|
||||
namespace X10D
|
||||
namespace X10D
|
||||
{
|
||||
/// <summary>
|
||||
/// Extension methods for <see cref="byte" />.
|
||||
@ -60,10 +60,9 @@ namespace X10D
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if <paramref name="value" /> is not zero, or <see langword="false" /> otherwise.
|
||||
/// </returns>
|
||||
/// <seealso cref="BooleanExtensions.BooleanExtensions.ToByte(bool)" />
|
||||
/// <seealso cref="BooleanExtensions.ToByte(bool)" />
|
||||
/// <example>
|
||||
/// The following example converts an array of <see cref="byte" /> values to <see cref="bool" /> values.
|
||||
///
|
||||
/// <code lang="csharp">
|
||||
/// byte[] bytes = { byte.MinValue, 100, 200, byte.MaxValue };
|
||||
/// bool result;
|
||||
|
Loading…
Reference in New Issue
Block a user