C# Class System.Linq.Expressions.LabelTarget

Used to denote the target of a GotoExpression.
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
LabelTarget System.Dynamic.Utils

Public Methods

Method Description
ToString ( ) : string

Returns a String that represents the current Object.

Private Methods

Method Description
LabelTarget ( Type type, string name ) : System.Dynamic.Utils

Method Details

ToString() public method

Returns a String that represents the current Object.
public ToString ( ) : string
return string