File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
csharp/Platform.Collections.Methods Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ public abstract class GenericCollectionMethodsBase<TElement>
2222 protected virtual TElement GetZero ( ) => default ;
2323
2424 /// <summary>
25- /// <para>Presents the Range in readable format .</para>
26- /// <para>Представляет диапазон в удобном для чтения формате .</para>
25+ /// <para>Returns a null constant of type <see. Cref="EqualToZero" /> .</para>
26+ /// <para>Возвращает нулевую константу типа <see cref="EqualToZero" /> .</para>
2727 /// </summary>
28- /// <returns><para>String representation of the Range .</para><para>Строковое представление диапазона .</para></returns>
28+ /// <returns><para>A null constant of type <see cref="EqualToZero" /> .</para><para>Нулевая константа типа <см. Cref="EqualToZero" /> .</para></returns>
2929 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
3030 protected virtual bool EqualToZero ( TElement value ) => EqualityComparer . Equals ( value , Zero ) ;
3131
You can’t perform that action at this time.
0 commit comments