Bridge

LabelTarget..::..Type Property

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

Namespace:  System.Linq.Expressions
Assembly:  Bridge (in Bridge.dll)

Syntax


public Type Type { get; }
Public ReadOnly Property Type As Type
	Get
public:
property Type^ Type {
	Type^ get ();
}

Return Value

The Type object representing the type of the value that is passed when jumping to the label or Void if no value should be passed