Selection Statements (C# Reference)

A selection statement causes the program control to be transferred to a specific flow based upon whether a certain condition is true or not.

The following keywords are used in selection statements:

Flow Control in Beginning Visual C# 2010

See Also

Reference

C# Keywords

Statement Keywords (C# Reference)

Concepts

C# Programming Guide

Other Resources

C# Reference