Sdílet prostřednictvím


MethodInfoExtensions.IsEFPropertyMethod(MethodInfo) Metoda

Definice

Vrátí hodnotu true , pokud je Property<TProperty>(Object, String)daná metoda .

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

Parametry

methodInfo
MethodInfo

Metoda.

Návraty

true pokud je Property<TProperty>(Object, String)metoda ; false v opačném případě.

Platí pro