Skip to content

Commit 3585899

Browse files
authored
Create GenericCollectionMethodsBase.cs
1 parent f8e275c commit 3585899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Platform.Collections.Methods/GenericCollectionMethodsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Platform.Collections.Methods
1414
public abstract class GenericCollectionMethodsBase<TElement>
1515
{
1616
/// <summary>
17-
/// <para>Returns a null constant of type <see cref = "TElement" />.</para>
17+
/// <para>Returns a null constant of type <see cref="TElement" />.</para>
1818
/// <para>Возвращает нулевую константу типа <see cref="TElement" />.</para>
1919
/// </summary>
2020
/// <returns><para>A null constant of type <see cref = "TElement" />.</para><para>Нулевую константу типа <see cref="TElement" />.</para></returns>

0 commit comments

Comments
 (0)