Aracılığıyla paylaş


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Yöntem

Tanım

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

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

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

Şunlara uygulanır