SwitchCase Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The SwitchCase type exposes the following members.

Properties

  Name Description
Public property Body Gets the body of this case.
Public property TestValues Gets the values of this case. This case is selected for execution when the SwitchValue matches any of these values.

Top