System.Linq.Expressions.LabelTarget Members

The members of System.Linq.Expressions.LabelTarget are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Namestring.

Gets the name of the label.

[read-only]
TypeType.

The type of value that is passed when jumping to the label (or void if no value should be passed).

Public Methods

override
ToString() : string

Returns a string that represents the current object.