Skip to content

Chinese translation error in List<T>.Remove(T) #11228

Open
@Solid-Rock-Z

Description

@Solid-Rock-Z

in the web page: List.Remove(T) 方法

Original web page:
Returns
Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.

Chinese web page:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 false 中没有找到 item,则此方法也会返回 [List]。

It should be translated as:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 List中没有找到 item,则此方法也会返回 false。

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-InfrastructurelocIndicates issues that are about localized contentuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions