MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Yöntem

Tanım

Verilen true yöntem ise Property<TProperty>(Object, String) döndürür.

public static bool IsEFPropertyMethod (this System.Reflection.MethodInfo methodInfo);
public static bool IsEFPropertyMethod (this System.Reflection.MethodInfo? methodInfo);
static member IsEFPropertyMethod : System.Reflection.MethodInfo -> bool
<Extension()>
Public Function IsEFPropertyMethod (methodInfo As MethodInfo) As Boolean

Parametreler

methodInfo
MethodInfo

yöntemi.

Döndürülenler

Boolean

true yöntemi ise Property<TProperty>(Object, String) ; false değilse.

Şunlara uygulanır