System.Linq.Expressions.LabelExpression Class

Represents a label, which can be put in any System.Linq.Expressions.Expression context. If it is jumped to, it will get the value provided by the corresponding System.Linq.Expressions.GotoExpression. Otherwise, it receives the value in LabelExpression.DefaultValue. If the Type equals System.Void, no value should be provided.

See Also: LabelExpression Members

Syntax

[System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/LabelExpressionProxy))]
public sealed class LabelExpression : Expression

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0