Expression.Label Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a LabelTarget representing a label with void type and the given name.
Assembly: System.Core (in System.Core.dll)
Parameters
- name
- Type: System.String
The name of the label.
Return Value
Type: System.Linq.Expressions.LabelTargetThe new LabelTarget representing a label with void type and the given name.
Show: