PropertyInfoExtensions.GetAccessors Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| GetAccessors(PropertyInfo) | |
| GetAccessors(PropertyInfo, Boolean) |
GetAccessors(PropertyInfo)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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()
Parameters
- property
- PropertyInfo
Retouren
Van toepassing op
GetAccessors(PropertyInfo, Boolean)
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- TypeExtensions.cs
- Bron:
- 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()
Parameters
- property
- PropertyInfo
- nonPublic
- Boolean