CatchBlock.Filter プロパティ

定義

CatchBlock フィルターの本体を取得します。

public:
 property System::Linq::Expressions::Expression ^ Filter { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Filter { get; }
public System.Linq.Expressions.Expression? Filter { get; }
member this.Filter : System.Linq.Expressions.Expression
Public ReadOnly Property Filter As Expression

プロパティ値

Expression フィルターの本体を表す CatchBlock オブジェクト。

適用対象