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 f8e275c commit 3585899Copy full SHA for 3585899
csharp/Platform.Collections.Methods/GenericCollectionMethodsBase.cs
@@ -14,7 +14,7 @@ namespace Platform.Collections.Methods
14
public abstract class GenericCollectionMethodsBase<TElement>
15
{
16
/// <summary>
17
- /// <para>Returns a null constant of type <see cref = "TElement" />.</para>
+ /// <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>
0 commit comments