PropertyInfoExtensions.GetSetMethod Metoda

Definice

Přetížení

GetSetMethod(PropertyInfo)
GetSetMethod(PropertyInfo, Boolean)

GetSetMethod(PropertyInfo)

Zdroj:
TypeExtensions.cs
Zdroj:
TypeExtensions.cs
Zdroj:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetSetMethod(System::Reflection::PropertyInfo ^ property);
public static System.Reflection.MethodInfo GetSetMethod (this System.Reflection.PropertyInfo property);
public static System.Reflection.MethodInfo? GetSetMethod (this System.Reflection.PropertyInfo property);
static member GetSetMethod : System.Reflection.PropertyInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetSetMethod (property As PropertyInfo) As MethodInfo

Parametry

property
PropertyInfo

Návraty

Platí pro

GetSetMethod(PropertyInfo, Boolean)

Zdroj:
TypeExtensions.cs
Zdroj:
TypeExtensions.cs
Zdroj:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetSetMethod(System::Reflection::PropertyInfo ^ property, bool nonPublic);
public static System.Reflection.MethodInfo GetSetMethod (this System.Reflection.PropertyInfo property, bool nonPublic);
public static System.Reflection.MethodInfo? GetSetMethod (this System.Reflection.PropertyInfo property, bool nonPublic);
static member GetSetMethod : System.Reflection.PropertyInfo * bool -> System.Reflection.MethodInfo
<Extension()>
Public Function GetSetMethod (property As PropertyInfo, nonPublic As Boolean) As MethodInfo

Parametry

property
PropertyInfo
nonPublic
Boolean

Návraty

Platí pro