Skip to content

Incorrect block of code for ParameterizedThreadStart docs. #5219

Open
@MEnnabah

Description

@MEnnabah

The docs mentions the following:

The following example is identical to the previous one, except that it calls the Thread(ParameterizedThreadStart) constructor.

However, in the code block, this is what's happening:

var th = new Thread(ExecuteInForeground);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-System.ThreadinguntriagedNew 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