We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3585899 commit d0be928Copy full SHA for d0be928
csharp/Platform.Collections.Methods/GenericCollectionMethodsBase.cs
@@ -17,7 +17,7 @@ public abstract class GenericCollectionMethodsBase<TElement>
17
/// <para>Returns a null constant of type <see cref="TElement" />.</para>
18
/// <para>Возвращает нулевую константу типа <see cref="TElement" />.</para>
19
/// </summary>
20
- /// <returns><para>A null constant of type <see cref = "TElement" />.</para><para>Нулевую константу типа <see cref="TElement" />.</para></returns>
+ /// <returns><para>A null constant of type <see cref="TElement" />.</para><para>Нулевую константу типа <see cref="TElement" />.</para></returns>
21
[MethodImpl(MethodImplOptions.AggressiveInlining)]
22
protected virtual TElement GetZero() => default;
23
0 commit comments