Expression.Label Method (LabelTarget)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a LabelExpression representing a label without a default value.
Assembly: System.Core (in System.Core.dll)
Parameters
- target
- Type: System.Linq.Expressions.LabelTarget
The LabelTarget which this LabelExpression will be associated with.
Show: