Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should be used something like <inheritdoc /> here instead #18

Open
Konard opened this issue Aug 25, 2019 · 0 comments
Open

Should be used something like <inheritdoc /> here instead #18

Konard opened this issue Aug 25, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Konard
Copy link
Member

Konard commented Aug 25, 2019

Timestamps/Timestamp.cs

Lines 62 to 66 in 231dd59

/// <summary>
/// <para>Returns a string that represents the current Timestamp.</para>
/// <para>Возвращает строку, которая представляет текущую метку времени.</para>
/// </summary>
/// <returns><para>A string that represents the current Timestamp.</para><para>Строка, представляющая текущую метку времени.</para></returns>

Timestamps/Timestamp.cs

Lines 69 to 74 in 231dd59

/// <summary>
/// <para>Определяет, равна ли текущая отметка времени другой отметке времени.</para>
/// <para>Indicates whether the current Timestamp is equal to another Timestamp.</para>
/// </summary>
/// <param name="other"><para>Other Timestamp.</para><para>Другая отметка времени.</para></param>
/// <returns><para>True if the current Timestamp is equal to the other Timestamp; otherwise, false.</para><para>Истину, если текущая отметка времени равна другой отметке времени; иначе ложь.</para></returns>

Timestamps/Timestamp.cs

Lines 77 to 82 in 231dd59

/// <summary>
/// <para>Determines whether the specified object is equal to the current object.</para>
/// <para>Определяет, равен ли указанный объект текущему объекту.</para>
/// </summary>
/// <param name="obj"><para>The object to compare with the current object.</para><para>Объект для сравнения с текущим объектом.</para></param>
/// <returns><para>True if the specified object is equal to the current object; otherwise, false.</para><para>Истину, если указанный объект равен текущему объекту; иначе ложь.</para></returns>

Timestamps/Timestamp.cs

Lines 85 to 89 in 231dd59

/// <summary>
/// <para>Serves as the default hash function.</para>
/// <para>Служит в качестве хэш-функции по умолчанию.</para>
/// </summary>
/// <returns><para>A hash code for the current object.</para><para>Хеш-код для текущего объекта.</para></returns>

@Konard Konard added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant