Share via


m_children Field

The list of child tasks that are registered with this task.

Note

This information is specific to .NET Framework 4 and is subject to change in a future release.

Because you cannot access these members from the .NET Framework, this topic provides syntax in Microsoft intermediate language (MSIL). For more information about MSIL, see Compiling to MSIL.

Namespace:  System.Threading.Tasks

Assembly:  mscorlib (in mscorlib.dll)

.field public class System.Collections.Generic.List`1<class System.Threading.Tasks.Task> m_children

Remarks

While the task is running, only the thread that executes the task should access this array.

If the task is completed, other threads can access this field as long as they do not add anything to it or remove anything from it.

See Also

Reference

ContingentProperties Class