mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:18:46 +00:00
(#15) Indent </code> in XMLdoc for Random<T>
This commit is contained in:
parent
f073c13f03
commit
6bc60d2a3a
@ -25,7 +25,7 @@ namespace X10D.ListExtensions
|
||||
/// <code lang="csharp">
|
||||
/// var list = new List<int> { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };
|
||||
/// var number = list.Random();
|
||||
/// </code>
|
||||
/// </code>
|
||||
/// </example>
|
||||
public static T Random<T>(this IReadOnlyList<T> source, Random? random = null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user