PropertyInfoExtensions.GetSetMethod Methode

Definition

Überlädt

GetSetMethod(PropertyInfo)
GetSetMethod(PropertyInfo, Boolean)

GetSetMethod(PropertyInfo)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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

Parameter

property
PropertyInfo

Gibt zurück

Gilt für:

GetSetMethod(PropertyInfo, Boolean)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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

Parameter

property
PropertyInfo
nonPublic
Boolean

Gibt zurück

Gilt für: