Skip to content

Commit

Permalink
Fix and class description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hole-code committed Jun 23, 2021
1 parent a4b5b18 commit ba30281
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions csharp/Platform.Collections/ICollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@

namespace Platform.Collections
{
/// <summary>
/// <para>Presents a set of methods for working with collections.</para>
/// <para>Представляет набор методов для работы с коллекциями.</para>
/// </summary>
public static class ICollectionExtensions
{
/// <summary>
/// <para>Checking collection for empty.</para>
/// <para>Проверяет коллекцию на пустоту.</para>
/// </summary>
/// <param>
/// <para>Method takes an elements collection of ICollection<T> type.</para>
/// <para>Метода принимает колекцию элементов ICollection<T> типа.</para>
/// <param name="collection">
/// <para>Method takes an elements collection of <see cref="ICollection<T>"/> type.</para>
/// <para>Метода принимает колекцию элементов <see cref="ICollection<T>"/> типа.</para>
/// </param>
/// <returns>
/// <para>Returns a <see cref="bool"/> type variable equal to False if the collection is empty else returns true.</para>
Expand Down

0 comments on commit ba30281

Please sign in to comment.