Class LabelTargetSlim
Lightweight representation of a target of a LabelTargetSlim.
Inheritance
System.Object
    LabelTargetSlim
  Namespace: System.Linq.Expressions
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class LabelTargetSlim : Object
  Properties
Name
Gets the name of the label.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
The label's name is provided for information purposes only.
Type
The type of value that is passed when jumping to the label (or System.Void if no value should be passed).
Declaration
public TypeSlim Type { get; }
  Property Value
| Type | Description | 
|---|---|
| TypeSlim | 
Methods
ToString()
Gets a friendly string representation of the node.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | String representation of the node.  |