GotoExpression.Kind プロパティ

定義

"go to" 式の種類。 情報提供のみを目的とします。

public:
 property System::Linq::Expressions::GotoExpressionKind Kind { System::Linq::Expressions::GotoExpressionKind get(); };
public System.Linq.Expressions.GotoExpressionKind Kind { get; }
member this.Kind : System.Linq.Expressions.GotoExpressionKind
Public ReadOnly Property Kind As GotoExpressionKind

プロパティ値

GotoExpressionKind

"go to" 式の種類を表す GotoExpressionKind オブジェクト。

適用対象