BinaryExpression.Method Özellik

Tanım

İkili işlem için uygulama yöntemini alır.

public:
 property System::Reflection::MethodInfo ^ Method { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo Method { get; }
public System.Reflection.MethodInfo? Method { get; }
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo

Özellik Değeri

MethodInfo uygulayan yöntemi temsil eden.

Açıklamalar

önceden BinaryExpression tanımlanmış bir işleci kullanan bir işlemi temsil ederse özelliği Method olur null.

Şunlara uygulanır