PropertyInfoExtensions.GetAccessors Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetAccessors(PropertyInfo) | |
GetAccessors(PropertyInfo, Boolean) |
GetAccessors(PropertyInfo)
- Quelle:
- TypeExtensions.cs
- Quelle:
- TypeExtensions.cs
- Quelle:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <System::Reflection::MethodInfo ^> ^ GetAccessors(System::Reflection::PropertyInfo ^ property);
public static System.Reflection.MethodInfo[] GetAccessors (this System.Reflection.PropertyInfo property);
static member GetAccessors : System.Reflection.PropertyInfo -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetAccessors (property As PropertyInfo) As MethodInfo()
Parameter
- property
- PropertyInfo
Gibt zurück
Gilt für:
GetAccessors(PropertyInfo, Boolean)
- Quelle:
- TypeExtensions.cs
- Quelle:
- TypeExtensions.cs
- Quelle:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <System::Reflection::MethodInfo ^> ^ GetAccessors(System::Reflection::PropertyInfo ^ property, bool nonPublic);
public static System.Reflection.MethodInfo[] GetAccessors (this System.Reflection.PropertyInfo property, bool nonPublic);
static member GetAccessors : System.Reflection.PropertyInfo * bool -> System.Reflection.MethodInfo[]
<Extension()>
Public Function GetAccessors (property As PropertyInfo, nonPublic As Boolean) As MethodInfo()
Parameter
- property
- PropertyInfo
- nonPublic
- Boolean
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.